Changeset 5889 in orxonox.OLD for branches/spaceshipcontrol
- Timestamp:
- Dec 3, 2005, 3:46:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/playable.cc
r5881 r5889 52 52 53 53 } 54 55 /** 56 * add an event to the event list 57 */ 58 void Playable::registerEvent(int eventType) 59 { 60 this->events.push_back(eventType); 61 62 } 63 64 65
Note: See TracChangeset
for help on using the changeset viewer.