Changeset 5447 in orxonox.OLD for trunk/src/world_entities/weapons/test_bullet.h
- Timestamp:
- Oct 29, 2005, 1:14:24 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_bullet.h
r5443 r5447 13 13 class ParticleSystem; 14 14 class ParticleEmitter; 15 class FastFactory; 15 16 16 17 class TestBullet : public Projectile … … 33 34 34 35 private: 35 static ParticleSystem* explosionParticles; 36 ParticleEmitter* emitter; 36 static FastFactory* fastFactory; 37 static ParticleSystem* trailParticles; 38 static ParticleSystem* explosionParticles; 39 40 ParticleEmitter* emitter; 41 42 43 WorldEntity* hitEntity; // FIXME TEMPORARY 37 44 38 45 };
Note: See TracChangeset
for help on using the changeset viewer.