changeset 7316 | f7b49b2c5d84 |
parent 7314 | 6171f0bad318 |
child 7320 | e704706008d4 |
7314:6171f0bad318 | 7316:f7b49b2c5d84 |
---|---|
24 */ |
24 */ |
25 |
25 |
26 #ifndef FRONTLIB_H_ |
26 #ifndef FRONTLIB_H_ |
27 #define FRONTLIB_H_ |
27 #define FRONTLIB_H_ |
28 |
28 |
29 #include "ipc/gameconn.h" |
|
30 #include "ipc/mapconn.h" |
|
31 #include "net/netconn.h" |
|
32 |
|
29 #define FRONTLIB_SDL_ALREADY_INITIALIZED 1 |
33 #define FRONTLIB_SDL_ALREADY_INITIALIZED 1 |
30 |
34 |
31 /** |
35 /** |
32 * Call this function before anything else in this library. |
36 * Call this function before anything else in this library. |
33 * |
37 * |