Changeset 2848 for code/branches/gui/src/core/Core.cc
- Timestamp:
- Mar 25, 2009, 7:37:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/Core.cc
r2846 r2848 81 81 static boost::filesystem::path logPath_g; //!< Path to the log file folder 82 82 83 bool Core::bShowsGraphics_s = false;84 bool Core::bHasServer_s = false;85 bool Core::bIsClient_s = false;86 bool Core::bIsStandalone_s = false;87 bool Core::bIsMaster_s = false;88 89 83 Core* Core::singletonRef_s = 0; 90 84
Note: See TracChangeset
for help on using the changeset viewer.