Changeset 4885 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons/test_gun.h
- Timestamp:
- Jul 18, 2005, 3:36:18 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/test_gun.h
r4836 r4885 34 34 class TestGun : public Weapon 35 35 { 36 friend class World;37 38 36 public: 39 37 TestGun (PNode* parent, const Vector& coordinate, const Quaternion& direction, int leftRight); … … 47 45 virtual void destroy(); 48 46 49 virtual void tick(float time);50 47 virtual void weaponIdle(); 51 48 virtual void draw();
Note: See TracChangeset
for help on using the changeset viewer.