Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2006, 12:32:30 PM (19 years ago)
Author:
bensch
Message:

added boomerang gun

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/projectiles/boomerang_projectile.h

    r9206 r9217  
    11/*!
    2  * @file guided_missile.h
    3  * @brief a GuidedMissile Projectile
     2 * @file boomerang_projectile.h
     3 * @brief a BoomerangProjectile Projectile
    44*/
    55
    6 #ifndef _GUIDED_MISSILE_H
    7 #define _GUIDED_MISSILE_H
     6#ifndef _BOOMERANG_PROJECTILE_H
     7#define _BOOMERANG_PROJECTILE_H
    88
    99#include "projectile.h"
     
    1515class Aim;
    1616
    17 class GuidedMissile : public Projectile
     17class BoomerangProjectile : public Projectile
    1818{
    1919  public:
    20     GuidedMissile ();
    21     virtual ~GuidedMissile ();
     20    BoomerangProjectile ();
     21    virtual ~BoomerangProjectile ();
    2222
    2323    virtual void activate();
     
    4848};
    4949
    50 #endif /* _GUIDED_MISSILE_H */
     50#endif /* _BOOMERANG_PROJECTILE_H */
Note: See TracChangeset for help on using the changeset viewer.