Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 26, 2006, 1:55:40 AM (20 years ago)
Author:
bensch
Message:

trunk: Burst Particles

File:
1 edited

Legend:

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

    r6737 r6756  
    1010#include "extendable.h"
    1111
    12 
     12// Forward Declaration
    1313template<class T> class tList;
    1414class Vector;
    1515class Event;
     16class ParticleEmitter;
     17class ParticleSystem;
    1618
    1719class SpaceShip : public Playable
     
    8385    int oldMask;
    8486
     87    ParticleEmitter*      burstEmitter;
     88    ParticleSystem*       burstSystem;
    8589};
    8690
Note: See TracChangeset for help on using the changeset viewer.