Changeset 1899 in orxonox.OLD for orxonox/trunk/core/player.h
- Timestamp:
- May 20, 2004, 1:03:53 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/player.h
r1896 r1899 15 15 ~Player (); 16 16 17 /* position of the spacecraft */ 18 float xCor; 19 float yCor; 20 float zCor; 21 22 /* this player wanna shoot? so include a ref to ShootLaser */ 23 ShootLaser* shootLaser; 24 17 25 void setPosition(float x, float y, float z); 18 26 void getPosition(float* x, float* y, float* z); … … 25 33 26 34 private: 27 /* position of the spacecraft */28 float xCor;29 float yCor;30 float zCor;31 35 32 36 33 /* this player wanna shoot? so include a ref to ShootLaser */34 ShootLaser* shootLaser;35 37 }; 36 38
Note: See TracChangeset
for help on using the changeset viewer.