Changeset 5864 in orxonox.OLD
- Timestamp:
- Dec 1, 2005, 9:26:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/playable.h
r5855 r5864 16 16 //! Basic controllable WorldEntity 17 17 /** 18 * this is the debug player - actualy we would have to make a new 19 class derivated from Player for each player. for now, we just use 20 the player.cc for debug also 18 * 21 19 */ 22 20 class Playable : public WorldEntity … … 35 33 virtual void process(const Event &event) = 0; 36 34 virtual void setKeySet(); 37 virtual void getKeySet();38 35 inline const std::list<Event*>& getEventList() { return this->events; }; 39 36 WeaponManager* getWeaponManager(); … … 43 40 WeaponManager* weaponMan; //!< the weapon manager: managing a list of weapon to wepaon-slot mapping 44 41 std::list<Event*> events; 42 //todo: add a event to id mapping list 45 43 46 44
Note: See TracChangeset
for help on using the changeset viewer.