Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6622 in orxonox.OLD for trunk/src/world_entities/projectiles/bomb.h


Ignore:
Timestamp:
Jan 20, 2006, 12:08:41 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Material can now be copied
ParticleSprite used for all Projectiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/bomb.h

    r6512 r6622  
    1010
    1111class FastFactory;
    12 class ParticleSystem;
     12class SpriteParticles;
    1313class ParticleEmitter;
    1414class Material;
     
    3939 private:
    4040  static FastFactory*               fastFactory;
    41   static ParticleSystem*            trailParticles;
    42   static ParticleSystem*            explosionParticles;
     41  static SpriteParticles*           trailParticles;
     42  static SpriteParticles*           explosionParticles;
    4343
    4444  ParticleEmitter*                  emitter;
Note: See TracChangeset for help on using the changeset viewer.