Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6622 in orxonox.OLD for trunk/src/world_entities/projectiles/laser.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/laser.h

    r6434 r6622  
    1111class Vector;
    1212class Weapon;
    13 class ParticleSystem;
     13class SpriteParticles;
    1414class ParticleEmitter;
    1515class FastFactory;
     
    3636    static FastFactory*               fastFactory;
    3737
    38     static ParticleSystem*            explosionParticles;
     38    static SpriteParticles*           explosionParticles;
    3939
    4040    ParticleEmitter*                  emitter;
Note: See TracChangeset for help on using the changeset viewer.