Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3755 in orxonox.OLD for orxonox/trunk/src/world_entities/test_gun.h


Ignore:
Timestamp:
Apr 8, 2005, 12:46:33 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now got two weapons firing syncronized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/test_gun.h

    r3752 r3755  
    3737
    3838 public:
    39   TestGun (PNode* parent, Vector* coordinate, Quaternion* direction);
     39  TestGun (PNode* parent, Vector* coordinate, Quaternion* direction, int leftRight);
    4040  virtual ~TestGun ();
    4141
     
    5353 private:
    5454  SimpleAnimation* animator;
    55   WorldEntity* dummy;
     55  WorldEntity* dummy1;
     56  int leftRight;   // this will become an enum
    5657
    5758};
Note: See TracChangeset for help on using the changeset viewer.