Changeset 871 for code/trunk/src/orxonox/core/DebugLevel.h
- Timestamp:
- Mar 9, 2008, 4:44:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/core/DebugLevel.h
r790 r871 26 26 */ 27 27 28 /* !28 /** 29 29 @file DebugLevel.h 30 30 @brief Definition of the DebugLevel class. … … 41 41 #include "OrxonoxClass.h" 42 42 #include "OutputHandler.h" 43 #include "CoreIncludes.h"44 43 45 44 namespace orxonox … … 66 65 ConfigValueContainer* softDebugLevelContainer_; //!< The config value container for the debug level 67 66 }; 68 ExportAbstractClass(DebugLevel, Core);69 67 } 70 68
Note: See TracChangeset
for help on using the changeset viewer.