Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2006, 2:12:41 AM (17 years ago)
Author:
marcscha
Message:

Some surprises for comming wednesday

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.h

    r10078 r10081  
    1919class ParticleEmitter;
    2020class ParticleSystem;
     21class Trail;
    2122
    2223class SpaceShip : public Playable
     
    177178    byte                  oldMask;            //!< used for synchronisation
    178179
    179     ParticleEmitter*      burstEmitter;
    180     ParticleSystem*       burstSystem;
     180    Trail*                trail;              //!< Burst trail
     181    Trail*                trailL;              //!< Burst trail
     182    Trail*                trailR;              //!< Burst trail
     183
    181184};
    182185
Note: See TracChangeset for help on using the changeset viewer.