Changeset 10720 in orxonox.OLD for branches/presentation/src/world_entities/environments
- Timestamp:
- Jun 18, 2007, 7:07:29 PM (17 years ago)
- Location:
- branches/presentation/src/world_entities/environments
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/environments/rotor.cc
r10643 r10720 19 19 #include "util/loading/factory.h" 20 20 21 22 23 21 ObjectListDefinition(Rotor); 24 22 CREATE_FACTORY(Rotor); 23 24 #include "script_class.h" 25 CREATE_SCRIPTABLE_CLASS(Rotor, 26 addMethod("pause", Executor1<WorldEntity, lua_State*, bool>(&WorldEntity::pauseTrack)) 27 ); 28 25 29 26 30 /** -
branches/presentation/src/world_entities/environments/rotor.h
r10553 r10720 17 17 ObjectListDeclaration(Rotor); 18 18 public: 19 Rotor(const TiXmlElement* root );19 Rotor(const TiXmlElement* root = NULL); 20 20 21 21 virtual ~Rotor();
Note: See TracChangeset
for help on using the changeset viewer.