Last change
on this file since 2080 was
2066,
checked in by chris, 20 years ago
|
orxonox/branches/chris: Implemented CommandNode (Keyboard handling), created some functions to convert key names to identifyers and vice versa, ensured it compiles (when compiled spereately) added a header to hold global message structures
|
File size:
226 bytes
|
Line | |
---|
1 | |
---|
2 | #ifndef STDINCL_H |
---|
3 | #define STDINCL_H |
---|
4 | |
---|
5 | #define null 0 |
---|
6 | |
---|
7 | #ifdef __WIN32__ |
---|
8 | #include <windows.h> |
---|
9 | #endif |
---|
10 | #include <SDL/SDL.h> |
---|
11 | |
---|
12 | #include "list.h" |
---|
13 | #include "message_structures.h" |
---|
14 | #include "orxonox.h" |
---|
15 | #include "world_entity.h" |
---|
16 | |
---|
17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.