Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2006, 11:20:28 AM (19 years ago)
Author:
bensch
Message:

coloring for the hovers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/space_ships/turbine_hover.h

    r8490 r9497  
    1010#include "playable.h"
    1111
     12#include "color.h"
     13
    1214// Forward Declaration
    1315class ParticleEmitter;
     
    2022    TurbineHover(const TiXmlElement* root = NULL);
    2123    virtual ~TurbineHover();
     24
     25    void setBoostColor(const Color& color);
    2226
    2327    virtual void loadParams(const TiXmlElement* root);
Note: See TracChangeset for help on using the changeset viewer.