Changeset 5819 in orxonox.OLD for trunk/src/defs
- Timestamp:
- Nov 29, 2005, 11:07:43 AM (19 years ago)
- Location:
- trunk/src/defs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/class_id.h
r5766 r5819 81 81 CL_WEAPON = 0x00120000, 82 82 83 // subsuper-classes derivations taken : 1, 5, a, b . << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken83 // subsuper-classes derivations taken : 1, 5, a, b, c. << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken 84 84 85 85 // lowest level classes … … 142 142 CL_LASER = 0x00000242, 143 143 CL_BOMB = 0x00000243, 144 CL_GROUND_TURRET 144 CL_GROUND_TURRET = 0x00000244, 145 145 CL_GUIDED_MISSILE = 0x00000245, 146 146 … … 171 171 172 172 // graphical stuff (range from 0x00000800 to 0x000009ff) 173 CL_TEXTURE = 0x00c01000, 173 174 CL_TEXT = 0x00b01801, 174 CL_FONT = 0x00000802, 175 CL_TEXTURE = 0x00000803, 175 CL_FONT = 0x00c02802, 176 176 CL_MATERIAL = 0x00000804, 177 177 CL_MODEL = 0x00000805, //!< @todo make this a SUBCLASS maybe -
trunk/src/defs/globals.h
r4946 r5819 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" \ -
trunk/src/defs/stdincl.h
r5075 r5819 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.