Changeset 3655 in orxonox.OLD for orxonox/trunk/src/defs
- Timestamp:
- Mar 26, 2005, 3:28:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/debug.h
r3645 r3655 57 57 #else /* DEBUG_SPECIAL_MODULE */ 58 58 // DEFINE MODULES \\ 59 #define DEBUG_MODULE_ORXONOX 2 60 #define DEBUG_MODULE_WORLD 3 61 #define DEBUG_MODULE_PNODE 2 62 #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 59 #define DEBUG_MODULE_ORXONOX 0 60 #define DEBUG_MODULE_WORLD 0 61 #define DEBUG_MODULE_PNODE 0 62 #define DEBUG_MODULE_WORLD_ENTITY 0 63 #define DEBUG_MODULE_COMMAND_NODE 0 64 #define DEBUG_MODULE_GRAPHICS 0 65 #define DEBUG_MODULE_LOAD 4 66 67 #define DEBUG_MODULE_IMPORTER 0 68 #define DEBUG_MODULE_TRACK_MANAGER 0 69 #define DEBUG_MODULE_LIGHT 0 70 #define DEBUG_MODULE_PLAYER 3 71 #define DEBUG_MODULE_MATH 0 72 73 #define DEBUG_MODULE_NULL_PARENT 0 73 74 74 75
Note: See TracChangeset
for help on using the changeset viewer.