Changeset 9699 in orxonox.OLD for branches/new_class_id/src/lib/script_engine/script_manager.h
- Timestamp:
- Aug 25, 2006, 12:03:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/script_engine/script_manager.h
r8894 r9699 34 34 void createTriggers(const TiXmlElement* triggers); 35 35 36 bool getTriggers();37 bool getScripts();38 39 36 static ScriptManager* singletonRef; //!< Reference to this class 40 41 const std::list<BaseObject*>* triggers; //!< A list of all the triggers in the world42 43 const std::list<BaseObject*>* scripts; //!< A list of all the scripts in the world44 45 46 37 }; 47 38 #endif
Note: See TracChangeset
for help on using the changeset viewer.