Changeset 9217 in orxonox.OLD for branches/presentation/src/world_entities/weapons/boomerang_gun.h
- Timestamp:
- Jul 5, 2006, 12:32:30 PM (19 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/boomerang_gun.h
r9206 r9217 4 4 5 5 6 #ifndef _ TURRET_H7 #define _ TURRET_H6 #ifndef _BOOMERANG_GUN_H 7 #define _BOOMERANG_GUN_H 8 8 9 9 #include "weapon.h" 10 10 11 class Turret: public Weapon11 class BoomerangGun : public Weapon 12 12 { 13 13 public: 14 Turret();15 Turret(const TiXmlElement* root);16 virtual ~ Turret();14 BoomerangGun (); 15 BoomerangGun(const TiXmlElement* root); 16 virtual ~BoomerangGun (); 17 17 18 18 void init(); … … 29 29 }; 30 30 31 #endif /* _ TURRET_H */31 #endif /* _BOOMERANG_GUN_H */
Note: See TracChangeset
for help on using the changeset viewer.