Changeset 9131 in orxonox.OLD for branches/presentation/src/world_entities/weapons/laser_cannon.h
- Timestamp:
- Jul 4, 2006, 2:43:20 PM (19 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/laser_cannon.h
r9127 r9131 21 21 22 22 23 #ifndef _ TEST_GUN_H24 #define _ TEST_GUN_H23 #ifndef _LASER_CANNON_H 24 #define _LASER_CANNON_H 25 25 26 26 #include "weapon.h" … … 35 35 36 36 37 class TestGun : public Weapon37 class LaserCannon : public Weapon 38 38 { 39 39 public: 40 TestGun (int leftRight);41 TestGun (const TiXmlElement* root);42 virtual ~ TestGun ();40 LaserCannon (int leftRight); 41 LaserCannon (const TiXmlElement* root); 42 virtual ~LaserCannon (); 43 43 44 44 void init(); … … 57 57 int leftRight; // this will become an enum 58 58 }; 59 #endif /* _ TEST_GUN_H */59 #endif /* _LASER_CANNON_H */
Note: See TracChangeset
for help on using the changeset viewer.