Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7103 in orxonox.OLD for trunk/src/world_entities/effects/explosion.h


Ignore:
Timestamp:
Feb 7, 2006, 9:45:52 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: explosion works :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/effects/explosion.h

    r7047 r7103  
    1010
    1111class SpriteParticles;
    12 class ParticleEmitter;
     12class BoxEmitter;
    1313class FastFactory;
    1414
     
    1616{
    1717  public:
     18    static void explode (PNode* position, const Vector& size);
     19
    1820    Explosion ();
    1921    virtual ~Explosion ();
     
    3032    float                      lifeCycle;
    3133
    32     static SpriteParticles*           explosionParticles;
    33     ParticleEmitter*           emitter;
     34    static SpriteParticles*    explosionParticles;
     35    BoxEmitter*           emitter;
    3436};
    3537
Note: See TracChangeset for help on using the changeset viewer.