Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1900 in orxonox.OLD for orxonox/trunk/core/shoot_laser.h


Ignore:
Timestamp:
May 23, 2004, 11:21:38 PM (21 years ago)
Author:
patrick
Message:

orxonox/trunk: hardware independant game speed, more shoots, more speed - see mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/shoot_laser.h

    r1899 r1900  
    2929  ~ShootLaser ();
    3030
    31   void drawShoot();
     31  void drawShoot(void);
    3232  void addShoot(shoot* sh);
    3333  void addShoot(float x, float y, float z);
     34  void addShootExt(float x, float y, float z, float xInc, float yInc, float zInc);
     35  void setShootStep(float step);
     36  void removeShoot(shoot* sh);
    3437
    3538
    3639 private:
    3740
     41  float step;
     42
    3843};
    3944
Note: See TracChangeset for help on using the changeset viewer.