Changeset 8271 in orxonox.OLD for trunk/src/util/state.h
- Timestamp:
- Jun 8, 2006, 4:50:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/state.h
r8148 r8271 18 18 class ObjectManager; 19 19 class GameRules; 20 21 class ScriptManager; 20 22 21 23 … … 92 94 93 95 96 97 //////////////////// 98 /// SCRIP_ENGINE /// 99 //////////////////// 100 static void setScripManager(ScriptManager* scriptManager) { State::scriptManager = scriptManager; }; 101 static ScriptManager* getScriptManager() { return State::scriptManager; }; 102 94 103 //////////// 95 104 /// Menu /// … … 116 125 117 126 static SkyBox* skyBox; //!< The SkyBox used in the current world. 127 128 static ScriptManager* scriptManager; //!< The ScriptManager. 129 118 130 static unsigned int resX; //!< The X Resolution of the screen. 119 131 static unsigned int resY; //!< The Y Resolution of the screen.
Note: See TracChangeset
for help on using the changeset viewer.