Changeset 3620 in orxonox.OLD for orxonox/trunk/src/world_entities/player.h
- Timestamp:
- Mar 21, 2005, 5:37:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.h
r3608 r3620 13 13 class Weapon; 14 14 class Vector; 15 class World; 15 16 16 17 //! Basic controllable WorldEntity … … 20 21 21 22 public: 22 Player( bool isFree = false);23 Player(); 23 24 virtual ~Player(); 24 25 … … 48 49 tList<Weapon>* weapons;//!< a list of weapon 49 50 Weapon* activeWeapon; //!< the weapon that is currenty activated 51 World* myWorld; //!< reference to the world object 50 52 51 53 Vector* velocity; //!< the velocity of the player. … … 54 56 55 57 void move(float time); 56 void fire(void);58 void weapon(void); 57 59 58 60 };
Note: See TracChangeset
for help on using the changeset viewer.