Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 3, 2006, 2:18:26 AM (18 years ago)
Author:
bensch
Message:

TurbineHover is cool now :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/turbine_hover.h

    r7000 r7001  
    99
    1010#include "playable.h"
     11
     12// Forward Declaration
     13class ParticleEmitter;
     14class ParticleSystem;
    1115
    1216class TurbineHover : public Playable
     
    6771    float                 airViscosity;
    6872
     73    ParticleEmitter*      burstEmitter[2];
     74    ParticleSystem*       burstSystem;
    6975};
    7076
Note: See TracChangeset for help on using the changeset viewer.