Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8289 in orxonox.OLD for branches/script_engine/src/util


Ignore:
Timestamp:
Jun 8, 2006, 7:43:10 PM (18 years ago)
Author:
snellen
Message:

added some debug output, script gets called

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/util/state.h

    r8271 r8289  
    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.