Changeset 1900 in orxonox.OLD for orxonox/trunk/core/shoot_laser.h
- Timestamp:
- May 23, 2004, 11:21:38 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/shoot_laser.h
r1899 r1900 29 29 ~ShootLaser (); 30 30 31 void drawShoot( );31 void drawShoot(void); 32 32 void addShoot(shoot* sh); 33 33 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); 34 37 35 38 36 39 private: 37 40 41 float step; 42 38 43 }; 39 44
Note: See TracChangeset
for help on using the changeset viewer.