Changeset 4836 in orxonox.OLD for orxonox/trunk/src/defs
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- Location:
- orxonox/trunk/src/defs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/class_id.h
r4807 r4836 18 18 /*! 19 19 \file class_id.h 20 \brieflist of orxonox classID's20 * list of orxonox classID's 21 21 22 22 this File is used to identify an Object with its class and also with its sub/super-classes. … … 45 45 * The last three entries are for any classes in existence eg. SkyBox and so on 46 46 * 47 * \todo complete this List47 * @todo complete this List 48 48 */ 49 49 typedef enum ClassID … … 149 149 CL_FONT = 0x00000802, 150 150 CL_MATERIAL = 0x00000803, 151 CL_MODEL = 0x00000804, //!< \todo make this a SUBCLASS maybe151 CL_MODEL = 0x00000804, //!< @todo make this a SUBCLASS maybe 152 152 CL_OBJMODEL = 0x00000805, 153 153 CL_PROMITIVE_MODEL = 0x00000806, -
orxonox/trunk/src/defs/debug.h
r4808 r4836 16 16 /*! 17 17 \file debug.h 18 \briefHandles output to console for different Verbose-Modes.18 * Handles output to console for different Verbose-Modes. 19 19 20 20 There are two main modes HARD and SOFT. HARD is precessed during compileTime where SOFT is for runtime. -
orxonox/trunk/src/defs/error.h
r3475 r4836 19 19 /*! 20 20 \file error.h 21 \briefA compendium of Error codes used in the program21 * A compendium of Error codes used in the program 22 22 */ 23 23 … … 32 32 33 33 /*! 34 \briefError Definitions:34 * Error Definitions: 35 35 36 36 Error Classes:
Note: See TracChangeset
for help on using the changeset viewer.