Changeset 8137 in orxonox.OLD for branches/script_engine/src/lib
- Timestamp:
- Jun 3, 2006, 7:10:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/lib/script_engine/script_manager.h
r8136 r8137 24 24 ~ScriptManager(); 25 25 26 v irtual void loadParams(const TiXmlElement* root);26 void loadParams(const TiXmlElement* root); 27 27 28 v irtual void tick(float timestep);28 void tick(float timestep); 29 29 30 30 void changeWorld(std::string& newWorld);
Note: See TracChangeset
for help on using the changeset viewer.