Changeset 5872 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/player.h
- Timestamp:
- Dec 2, 2005, 3:06:50 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/player.h
r5847 r5872 27 27 28 28 void init(); 29 void subscribeEvents(); 29 30 30 31 31 virtual void process(const Event &event); 32 32 33 33 void setControllable(Playable* controllalble); 34 void disconnectControllable(); 34 35 Playable* getControllable(); 35 36
Note: See TracChangeset
for help on using the changeset viewer.