Changeset 2361 for code/branches/objecthierarchy2/src/core/Core.h
- Timestamp:
- Dec 9, 2008, 2:07:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/core/Core.h
r2344 r2361 78 78 Core(const Core&); 79 79 void resetLanguageIntern(); 80 void initializeRandomNumberGenerator(); 80 81 81 82 int softDebugLevel_; //!< The debug level … … 84 85 int softDebugLevelShell_; //!< The debug level for the ingame shell 85 86 std::string language_; //!< The language 87 bool bInitializeRandomNumberGenerator_; //!< If true, srand(time(0)) is called 86 88 87 89 static bool bShowsGraphics_s; //!< global variable that tells whether to show graphics
Note: See TracChangeset
for help on using the changeset viewer.