Changeset 4932 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/projectile.h
- Timestamp:
- Jul 22, 2005, 12:08:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/projectile.h
r4927 r4932 25 25 26 26 class Vector; 27 class Weapon;28 27 class ParticleEmitter; 29 28 … … 31 30 { 32 31 public: 33 Projectile ( Weapon* weapon);32 Projectile (); 34 33 virtual ~Projectile (); 35 34 … … 57 56 58 57 Vector flightDirection; //!< direction in which the shoot flighs 59 Weapon* weapon; //!< weapon the shoot belongs to.60 58 61 59 Vector velocity; //!< velocity of the projectile.
Note: See TracChangeset
for help on using the changeset viewer.