Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 25, 2005, 9:29:41 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/physics: merged with trunk - with command svn merge -r 3866:HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/world_entities/test_gun.h

    r3855 r3953  
    3737
    3838 public:
    39   TestGun (PNode* parent, Vector* coordinate, Quaternion* direction, int leftRight);
     39  TestGun (PNode* parent, const Vector& coordinate, const Quaternion& direction, int leftRight);
    4040  virtual ~TestGun ();
    4141
     
    5151  virtual void draw(void);
    5252
    53  private:
    54   Animation3D* animation;
    55   Vector* projOffset;
    56   WorldEntity* dummy1;
    57   int leftRight;   // this will become an enum
     53
     54
    5855
    5956};
Note: See TracChangeset for help on using the changeset viewer.