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/weapons/boomerang_gun.h

    r9206 r9217  
    44
    55
    6 #ifndef _TURRET_H
    7 #define _TURRET_H
     6#ifndef _BOOMERANG_GUN_H
     7#define _BOOMERANG_GUN_H
    88
    99#include "weapon.h"
    1010
    11 class Turret : public Weapon
     11class BoomerangGun : public Weapon
    1212  {
    1313  public:
    14     Turret ();
    15     Turret(const TiXmlElement* root);
    16     virtual ~Turret ();
     14    BoomerangGun ();
     15    BoomerangGun(const TiXmlElement* root);
     16    virtual ~BoomerangGun ();
    1717
    1818    void init();
     
    2929  };
    3030
    31 #endif /* _TURRET_H */
     31#endif /* _BOOMERANG_GUN_H */
Note: See TracChangeset for help on using the changeset viewer.