Changeset 2807 for code/branches/gui/src/core/Core.h
- Timestamp:
- Mar 19, 2009, 6:11:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/Core.h
r2800 r2807 61 61 { 62 62 public: 63 Core( int argc, char** argv);63 Core(); 64 64 ~Core(); 65 66 Clock* initialise(int argc, char** argv); 65 67 void setConfigValues(); 66 68 67 bool isLoaded() { return this->loaded_; }68 69 void update(const Clock& time); 69 70 … … 74 75 static const std::string& getLanguage(); 75 76 static void resetLanguage(); 77 78 static const Clock& getGameClock() { return *getInstance().gameClock_; } 76 79 77 80 static void tsetMediaPath(const std::string& path) … … 120 123 TclThreadManager* tclThreadManager_; 121 124 125 Clock* gameClock_; 126 122 127 int softDebugLevel_; //!< The debug level 123 128 int softDebugLevelConsole_; //!< The debug level for the console
Note: See TracChangeset
for help on using the changeset viewer.