Changeset 3617 in orxonox.OLD for orxonox/trunk/src/defs
- Timestamp:
- Mar 21, 2005, 2:59:30 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/debug.h
r3610 r3617 57 57 #else /* DEBUG_SPECIAL_MODULE */ 58 58 // DEFINE MODULES \\ 59 #define DEBUG_MODULE_ORXONOX 060 #define DEBUG_MODULE_WORLD 059 #define DEBUG_MODULE_ORXONOX 2 60 #define DEBUG_MODULE_WORLD 2 61 61 #define DEBUG_MODULE_PNODE 2 62 #define DEBUG_MODULE_WORLD_ENTITY 063 #define DEBUG_MODULE_COMMAND_NODE 064 #define DEBUG_MODULE_GRAPHICS 065 66 #define DEBUG_MODULE_IMPORTER 067 #define DEBUG_MODULE_TRACK_MANAGER 068 #define DEBUG_MODULE_LIGHT 369 #define DEBUG_MODULE_PLAYER 070 #define DEBUG_MODULE_MATH 071 72 #define DEBUG_MODULE_NULL_PARENT 062 #define DEBUG_MODULE_WORLD_ENTITY 2 63 #define DEBUG_MODULE_COMMAND_NODE 2 64 #define DEBUG_MODULE_GRAPHICS 2 65 66 #define DEBUG_MODULE_IMPORTER 2 67 #define DEBUG_MODULE_TRACK_MANAGER 2 68 #define DEBUG_MODULE_LIGHT 2 69 #define DEBUG_MODULE_PLAYER 2 70 #define DEBUG_MODULE_MATH 2 71 72 #define DEBUG_MODULE_NULL_PARENT 2 73 73 74 74
Note: See TracChangeset
for help on using the changeset viewer.