Changeset 3863 in orxonox.OLD for orxonox/trunk/src/defs
- Timestamp:
- Apr 18, 2005, 10:10:26 AM (20 years ago)
- Location:
- orxonox/trunk/src/defs
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/defs/debug.h
r3813 r3863 19 19 20 20 There are two main modes HARD and SOFT. HARD is precessed during compileTime where SOFT is for runtime. 21 \li HARD: One can choose between different modes. see: // DEFINE_MODULES \\21 \li HARD: One can choose between different modes. see: // DEFINE_MODULES 22 22 \li SOFT: If you want each module can have its own variable for processing. just pass it to DEBUG_MODULE_SOFT 23 23 */ … … 26 26 #define _DEBUG_H 27 27 28 #if HAVE_CONFIG_H 29 #include <config.h> 30 #endif 28 #include "confincl.h" 31 29 32 30 #include <stdio.h> … … 56 54 #define HARD_DEBUG_LEVEL DEBUG 57 55 #else /* DEBUG_SPECIAL_MODULE */ 58 // DEFINE MODULES \\56 // DEFINE MODULES 59 57 #define DEBUG_MODULE_ORXONOX 0 60 58 #define DEBUG_MODULE_WORLD 1 -
orxonox/trunk/src/defs/stdincl.h
r3860 r3863 11 11 typedef unsigned char byte; 12 12 13 // this includes the information from configure/makefiles 14 #if HAVE_CONFIG_H 15 #include <config.h> 16 #endif 13 #include "confincl.h" 17 14 18 15 #ifdef __WIN32__
Note: See TracChangeset
for help on using the changeset viewer.