Changeset 5816 in orxonox.OLD for branches/world_entities/src/defs
- Timestamp:
- Nov 29, 2005, 10:39:54 AM (19 years ago)
- Location:
- branches/world_entities/src/defs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/defs/globals.h
r4946 r5816 17 17 "Nico Bernold - Physics\n" \ 18 18 "David Gruetter - The ProtoType\n" \ 19 "Aaron von Schroeder - Sensors\n" \ 20 "Lukas Grauer - Phasers\n" \ 19 21 "many more...\n" 22 20 23 #define ORXONOX_WEBPAGE "http://www.orxonox.net" 21 24 … … 90 93 "any later version.\n" 91 94 95 96 92 97 #define GNU_LICENCE_LONG \ 93 98 " GNU GENERAL PUBLIC LICENSE\n" \ -
branches/world_entities/src/defs/stdincl.h
r5075 r5816 17 17 #endif 18 18 19 #include <stdlibincl.h>19 #include "stdlibincl.h" 20 20 21 21 #include "sdlincl.h" 22 22 #include "glincl.h" 23 23 24 #include "error.h"25 #include "globals.h"26 27 24 #include "compiler.h" 28 25
Note: See TracChangeset
for help on using the changeset viewer.