Changeset 2846 for code/branches/gui/src/core/Core.h
- Timestamp:
- Mar 25, 2009, 6:24:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/Core.h
r2807 r2846 45 45 #include "util/OutputHandler.h" 46 46 47 // Only allow main to access postMainInitialisation, so we need a forward declaration48 int main(int, char**);49 47 // boost::filesystem header has quite a large tail, use forward declaration 50 48 namespace boost { namespace filesystem … … 64 62 ~Core(); 65 63 66 Clock*initialise(int argc, char** argv);64 void initialise(int argc, char** argv); 67 65 void setConfigValues(); 68 66 … … 75 73 static const std::string& getLanguage(); 76 74 static void resetLanguage(); 77 78 static const Clock& getGameClock() { return *getInstance().gameClock_; }79 75 80 76 static void tsetMediaPath(const std::string& path) … … 123 119 TclThreadManager* tclThreadManager_; 124 120 125 Clock* gameClock_;126 127 121 int softDebugLevel_; //!< The debug level 128 122 int softDebugLevelConsole_; //!< The debug level for the console
Note: See TracChangeset
for help on using the changeset viewer.