Changeset 8408 in orxonox.OLD for trunk/src/util
- Timestamp:
- Jun 14, 2006, 5:50:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/state.h
r8271 r8408 96 96 97 97 //////////////////// 98 /// SCRIP _ENGINE ///98 /// SCRIPT_ENGINE /// 99 99 //////////////////// 100 static void setScrip Manager(ScriptManager* scriptManager) { State::scriptManager = scriptManager; };100 static void setScriptManager(ScriptManager* scriptManager) { State::scriptManager = scriptManager; }; 101 101 static ScriptManager* getScriptManager() { return State::scriptManager; }; 102 102
Note: See TracChangeset
for help on using the changeset viewer.