Changeset 5840 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/player.h
- Timestamp:
- Nov 30, 2005, 9:47:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/player.h
r5839 r5840 26 26 virtual ~Player(); 27 27 28 void init(); 28 void init(); 29 void subscribeEvents(); 29 30 30 virtual void process(const Event &event); 31 virtual void process(const Event &event); 32 33 void setControllable(Playable controllalble); 34 Playable* getControllable(); 31 35 32 36
Note: See TracChangeset
for help on using the changeset viewer.