Changeset 1586 for code/branches/core3/src/util/Debug.h
- Timestamp:
- Jun 10, 2008, 3:35:50 PM (17 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/util/Debug.h
r1585 r1586 37 37 #define _Debug_H__ 38 38 39 #include " CorePrereqs.h"39 #include "UtilPrereqs.h" 40 40 41 41 #include <stdio.h> … … 43 43 #include "OutputHandler.h" 44 44 45 extern "C" _CoreExport int getSoftDebugLevel(); 45 46 /** 47 @brief Returns the soft debug level, stored in the only existing instance of the OutputHandler class, configured in the config-file. 48 @return The soft debug level 49 */ 50 static inline int getSoftDebugLevel() 51 { 52 return orxonox::OutputHandler::getSoftDebugLevel(); 53 } 54 46 55 47 56 // DEFINE ERROR MODES
Note: See TracChangeset
for help on using the changeset viewer.