Changeset 5854 in orxonox.OLD
- Timestamp:
- Dec 1, 2005, 5:54:32 PM (19 years ago)
- Location:
- branches/spaceshipcontrol/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/playable.cc
r5841 r5854 33 33 return weaponMan; 34 34 } 35 36 std::list<Event*>* Playable::getEventList() 37 { 38 return events; 39 } -
branches/spaceshipcontrol/src/world_entities/playable.h
r5853 r5854 36 36 virtual void setKeySet(); 37 37 virtual void getKeySet(); 38 std::list<Event*> getEventList(); 38 39 WeaponManager* getWeaponManager(); 39 40 … … 41 42 42 43 WeaponManager* weaponMan; //!< the weapon manager: managing a list of weapon to wepaon-slot mapping 43 std::list<Event*> 44 std::list<Event*>* events; 44 45 45 46
Note: See TracChangeset
for help on using the changeset viewer.