Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/lib/script_engine/script_manager.h


Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/script_engine/script_manager.h

    r8894 r9869  
    3434   void  createTriggers(const TiXmlElement* triggers);
    3535
    36    bool getTriggers();
    37    bool getScripts();
    38 
    3936   static ScriptManager*             singletonRef;   //!< Reference to this class
    40 
    41    const std::list<BaseObject*>*     triggers;       //!< A list of all the triggers in the world
    42 
    43    const std::list<BaseObject*>*     scripts;        //!< A list of all the scripts in the world
    44 
    45 
    4637};
    4738#endif
Note: See TracChangeset for help on using the changeset viewer.