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/projectiles/mbolt.h

    r10064 r10081  
    1515class ParticleEmitter;
    1616class FastFactory;
     17class Trail;
    1718
    1819class MBolt : public Projectile
     
    3738  private:
    3839    static FastFactory*               fastFactory;
    39     static SpriteParticles*           trailParticles;
    4040    static SpriteParticles*           explosionParticles;
     41
     42    Trail*                            trail;
    4143
    4244    float                             angle;
Note: See TracChangeset for help on using the changeset viewer.