Changeset 729 for code/branches/FICN/src/orxonox/core/DebugLevel.h
- Timestamp:
- Dec 30, 2007, 9:48:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/DebugLevel.h
r708 r729 41 41 #include "OrxonoxClass.h" 42 42 #include "OutputHandler.h" 43 #include "CoreIncludes.h" 43 44 44 45 namespace orxonox … … 62 63 ConfigValueContainer* softDebugLevelContainer_; //!< The config value container for the debug level 63 64 }; 65 ExportAbstractClass(DebugLevel, Core); 64 66 } 65 67
Note: See TracChangeset
for help on using the changeset viewer.