Changeset 2066 in orxonox.OLD for orxonox/branches/chris/src/stdincl.h
- Timestamp:
- Jul 3, 2004, 5:36:35 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/stdincl.h
r1982 r2066 5 5 #define null 0 6 6 7 #ifdef __WIN32__ 8 #include <windows.h> 7 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 TracChangeset
for help on using the changeset viewer.