Changeset 8386 in orxonox.OLD for branches/script_engine/src/world_entities/space_ships/helicopter.cc
- Timestamp:
- Jun 14, 2006, 2:59:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/world_entities/space_ships/helicopter.cc
r8385 r8386 35 35 36 36 CREATE_FACTORY(Helicopter, CL_HELICOPTER); 37 38 //CREATE_SCRIPTABLE_CLASS(Helicopter, CL_HELICOPTER);37 #include "script_class.h" 38 CREATE_SCRIPTABLE_CLASS(Helicopter, CL_HELICOPTER); 39 39 40 40
Note: See TracChangeset
for help on using the changeset viewer.