Changeset 1920 in orxonox.OLD for orxonox/trunk/core/player.h
- Timestamp:
- Jun 8, 2004, 1:47:33 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/player.h
r1904 r1920 7 7 8 8 #include "shoot_laser.h" 9 #include "shoot_rocket.h" 9 10 #include "data_tank.h" 10 11 … … 24 25 /* this player wanna shoot? so include a ref to ShootLaser */ 25 26 ShootLaser* shootLaser; 27 ShootRocket* shootRocket; 26 28 27 29 void setPosition(float x, float y, float z);
Note: See TracChangeset
for help on using the changeset viewer.