Changeset 8524 for code/branches/unity_build/src/libraries/core/Core.h
- Timestamp:
- May 21, 2011, 4:23:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/libraries/core/Core.h
r8519 r8524 53 53 namespace orxonox 54 54 { 55 //! Informs about changes in the Development Mode. 56 class DevModeListener : virtual public OrxonoxClass 57 { 58 public: 59 DevModeListener(); 60 virtual ~DevModeListener() {} 61 virtual void devModeChanged(bool value) = 0; 62 }; 63 55 64 /** 56 65 @brief … … 130 139 bool bGraphicsLoaded_; 131 140 int debugLevelLogFile_; //!< The debug level for the log file (belongs to OutputHandler) 132 int debugLevelIOConsole_; //!< The debug level for the IO console (belongs to OutputHandler)133 int debugLevelInGameConsole_; //!< The debug level for the in game console (belongs to OutputHandler)134 141 std::string language_; //!< The language 135 142 bool bInitRandomNumberGenerator_; //!< If true, srand(time(0)) is called
Note: See TracChangeset
for help on using the changeset viewer.