Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8408 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Jun 14, 2006, 5:50:18 PM (19 years ago)
Author:
bensch
Message:

trunk: merged the script_engine branche back here
merged with command
svn merge https://svn.orxonox.net/orxonox/branches/script_engine . -r8284:HEAD
no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/state.h

    r8271 r8408  
    9696
    9797  ////////////////////
    98   /// SCRIP_ENGINE ///
     98  /// SCRIPT_ENGINE ///
    9999  ////////////////////
    100   static void setScripManager(ScriptManager* scriptManager) { State::scriptManager = scriptManager; };
     100  static void setScriptManager(ScriptManager* scriptManager) { State::scriptManager = scriptManager; };
    101101  static ScriptManager* getScriptManager() { return State::scriptManager; };
    102102
Note: See TracChangeset for help on using the changeset viewer.