Changeset 8362 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Jun 14, 2006, 10:08:41 AM (18 years ago)
- Location:
- trunk/src/world_entities/space_ships
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/helicopter.cc
r8255 r8362 32 32 #include "graphics_engine.h" 33 33 34 using namespace std; 34 #include "debug.h" 35 35 36 36 CREATE_FACTORY(Helicopter, CL_HELICOPTER); -
trunk/src/world_entities/space_ships/hover.cc
r8316 r8362 30 30 #include "graphics_engine.h" 31 31 32 using namespace std; 32 #include "debug.h" 33 33 34 34 CREATE_FACTORY(Hover, CL_HOVER); -
trunk/src/world_entities/space_ships/turbine_hover.cc
r8316 r8362 31 31 #include "dot_emitter.h" 32 32 #include "sprite_particles.h" 33 34 #include "debug.h" 33 35 34 36 CREATE_FACTORY(TurbineHover, CL_TURBINE_HOVER);
Note: See TracChangeset
for help on using the changeset viewer.