Changeset 7103 in orxonox.OLD for trunk/src/world_entities/effects/explosion.h
- Timestamp:
- Feb 7, 2006, 9:45:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/effects/explosion.h
r7047 r7103 10 10 11 11 class SpriteParticles; 12 class ParticleEmitter;12 class BoxEmitter; 13 13 class FastFactory; 14 14 … … 16 16 { 17 17 public: 18 static void explode (PNode* position, const Vector& size); 19 18 20 Explosion (); 19 21 virtual ~Explosion (); … … 30 32 float lifeCycle; 31 33 32 static SpriteParticles* 33 ParticleEmitter* emitter;34 static SpriteParticles* explosionParticles; 35 BoxEmitter* emitter; 34 36 }; 35 37
Note: See TracChangeset
for help on using the changeset viewer.