Revision 351
created libs.h
proj.c | ||
---|---|---|
1 | 1 |
#include <lcom/lcf.h> |
2 | 2 |
#include <lcom/proj.h> |
3 | 3 |
#include <lcom/liblm.h> |
4 |
|
|
5 |
#include "proj.h" |
|
6 |
|
|
4 | 7 |
#include <math.h> |
5 | 8 |
|
6 | 9 |
#include "proj_macros.h" |
7 | 10 |
#include "proj_func.h" |
8 | 11 |
|
9 |
#include "graph.h" |
|
10 |
#include "menu.h" |
|
11 |
#include "rtc.h" |
|
12 |
#include "hltp.h" |
|
13 | 12 |
#include "interrupts_func.h" |
14 | 13 |
#include "makecode_map.h" |
15 | 14 |
|
16 |
#include "graph.h" |
|
17 |
|
|
18 |
#include "rectangle.h" |
|
19 |
#include "font.h" |
|
20 |
|
|
21 | 15 |
#include "crosshair.h" |
22 | 16 |
#include "shooter.h" |
23 | 17 |
#include "zombie.h" |
... | ... | |
26 | 20 |
#include "bullet.h" |
27 | 21 |
#include "map1.h" |
28 | 22 |
|
29 |
#include "errors.h"
|
|
23 |
#include "hltp.h"
|
|
30 | 24 |
|
31 |
#include "list.h" |
|
32 | 25 |
|
33 |
#include "proj.h" |
|
34 |
|
|
35 | 26 |
int main(int argc, char* argv[]) { |
36 | 27 |
|
37 | 28 |
lcf_set_language("EN-US"); |
... | ... | |
47 | 38 |
return 0; |
48 | 39 |
} |
49 | 40 |
|
50 |
|
|
51 |
|
|
52 | 41 |
#include "singleplayer.h" |
53 | 42 |
static int (multiplayer)(void); |
54 | 43 |
#include "chat.h" |
Also available in: Unified diff