Changeset 9217 in orxonox.OLD for branches/presentation/src/world_entities/projectiles/boomerang_projectile.h
- Timestamp:
- Jul 5, 2006, 12:32:30 PM (19 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/boomerang_projectile.h
r9206 r9217 1 1 /*! 2 * @file guided_missile.h3 * @brief a GuidedMissile Projectile2 * @file boomerang_projectile.h 3 * @brief a BoomerangProjectile Projectile 4 4 */ 5 5 6 #ifndef _ GUIDED_MISSILE_H7 #define _ GUIDED_MISSILE_H6 #ifndef _BOOMERANG_PROJECTILE_H 7 #define _BOOMERANG_PROJECTILE_H 8 8 9 9 #include "projectile.h" … … 15 15 class Aim; 16 16 17 class GuidedMissile : public Projectile17 class BoomerangProjectile : public Projectile 18 18 { 19 19 public: 20 GuidedMissile ();21 virtual ~ GuidedMissile ();20 BoomerangProjectile (); 21 virtual ~BoomerangProjectile (); 22 22 23 23 virtual void activate(); … … 48 48 }; 49 49 50 #endif /* _ GUIDED_MISSILE_H */50 #endif /* _BOOMERANG_PROJECTILE_H */
Note: See TracChangeset
for help on using the changeset viewer.