Changeset 9497 in orxonox.OLD for branches/proxy/src/world_entities/space_ships/turbine_hover.h
- Timestamp:
- Jul 27, 2006, 11:20:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/space_ships/turbine_hover.h
r8490 r9497 10 10 #include "playable.h" 11 11 12 #include "color.h" 13 12 14 // Forward Declaration 13 15 class ParticleEmitter; … … 20 22 TurbineHover(const TiXmlElement* root = NULL); 21 23 virtual ~TurbineHover(); 24 25 void setBoostColor(const Color& color); 22 26 23 27 virtual void loadParams(const TiXmlElement* root);
Note: See TracChangeset
for help on using the changeset viewer.