Changeset 6756 in orxonox.OLD for trunk/src/world_entities/space_ships/space_ship.h
- Timestamp:
- Jan 26, 2006, 1:55:40 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.h
r6737 r6756 10 10 #include "extendable.h" 11 11 12 12 // Forward Declaration 13 13 template<class T> class tList; 14 14 class Vector; 15 15 class Event; 16 class ParticleEmitter; 17 class ParticleSystem; 16 18 17 19 class SpaceShip : public Playable … … 83 85 int oldMask; 84 86 87 ParticleEmitter* burstEmitter; 88 ParticleSystem* burstSystem; 85 89 }; 86 90
Note: See TracChangeset
for help on using the changeset viewer.