Changeset 2034 in orxonox.OLD for orxonox/branches/john/src/player.h
- Timestamp:
- Jun 23, 2004, 9:35:37 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/john/src/player.h
r1956 r2034 9 9 #include "shoot_rocket.h" 10 10 #include "data_tank.h" 11 /* John */ 12 #include "3dUnit.h" 11 13 12 14 class Player { … … 22 24 23 25 float collisionRadius; 24 26 // Contains the 3d Date, John 27 C3dUnit TestModel; 28 25 29 /* this player wanna shoot? so include a ref to ShootLaser */ 26 30 ShootLaser* shootLaser; … … 37 41 void drawPlayer(void); 38 42 43 39 44 private: 40 45
Note: See TracChangeset
for help on using the changeset viewer.