Changeset 4959 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/test_gun.h
- Timestamp:
- Jul 27, 2005, 6:07:47 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/test_gun.h
r4955 r4959 26 26 #include "weapon.h" 27 27 28 29 //! a weapon can be left or right sided 30 /** 31 * @todo this will be reset with mirror X/Y/Z 32 */ 33 #define W_LEFT 0 34 #define W_RIGHT 1 35 36 28 37 class TestGun : public Weapon 29 38 {
Note: See TracChangeset
for help on using the changeset viewer.