Changeset 4072 in orxonox.OLD for orxonox/branches/md2_loader/src/defs
- Timestamp:
- May 6, 2005, 12:17:24 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/defs/debug.h
r3966 r4072 56 56 // DEFINE MODULES 57 57 #define DEBUG_MODULE_ORXONOX 0 58 #define DEBUG_MODULE_WORLD 159 #define DEBUG_MODULE_PNODE 158 #define DEBUG_MODULE_WORLD 0 59 #define DEBUG_MODULE_PNODE 0 60 60 #define DEBUG_MODULE_WORLD_ENTITY 0 61 61 #define DEBUG_MODULE_COMMAND_NODE 0 … … 63 63 #define DEBUG_MODULE_LOAD 0 64 64 65 #define DEBUG_MODULE_IMPORTER 365 #define DEBUG_MODULE_IMPORTER 2 66 66 #define DEBUG_MODULE_TRACK_MANAGER 0 67 67 #define DEBUG_MODULE_GARBAGE_COLLECTOR 0 68 68 #define DEBUG_MODULE_LIGHT 0 69 #define DEBUG_MODULE_PLAYER 170 #define DEBUG_MODULE_WEAPON 369 #define DEBUG_MODULE_PLAYER 0 70 #define DEBUG_MODULE_WEAPON 0 71 71 #define DEBUG_MODULE_MATH 0 72 #define DEBUG_MODULE_FONT 173 #define DEBUG_MODULE_ANIM 174 #define DEBUG_MODULE_PARTICLE 472 #define DEBUG_MODULE_FONT 0 73 #define DEBUG_MODULE_ANIM 0 74 #define DEBUG_MODULE_PARTICLE 0 75 75 76 76 #define DEBUG_MODULE_NULL_PARENT 0
Note: See TracChangeset
for help on using the changeset viewer.