Changeset 5855 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/playable.cc
- Timestamp:
- Dec 1, 2005, 5:57:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/playable.cc
r5854 r5855 33 33 return weaponMan; 34 34 } 35 36 std::list<Event*>* Playable::getEventList()37 {38 return events;39 }
Note: See TracChangeset
for help on using the changeset viewer.