Changeset 4217 in orxonox.OLD for orxonox/branches/movie_player/src/defs
- Timestamp:
- May 18, 2005, 11:27:40 AM (19 years ago)
- Location:
- orxonox/branches/movie_player/src/defs
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/movie_player/src/defs/debug.h
r3966 r4217 59 59 #define DEBUG_MODULE_PNODE 1 60 60 #define DEBUG_MODULE_WORLD_ENTITY 0 61 #define DEBUG_MODULE_COMMAND_NODE 061 #define DEBUG_MODULE_COMMAND_NODE 4 62 62 #define DEBUG_MODULE_GRAPHICS 0 63 #define DEBUG_MODULE_LOAD 063 #define DEBUG_MODULE_LOAD 2 64 64 65 65 #define DEBUG_MODULE_IMPORTER 3 -
orxonox/branches/movie_player/src/defs/stdincl.h
r4010 r4217 25 25 #include "error.h" 26 26 #include "debug.h" 27 #include "globals.h" 27 28 28 29 #include "compiler.h"
Note: See TracChangeset
for help on using the changeset viewer.