Changeset 6986 in orxonox.OLD for trunk/src/world_entities/player.h
- Timestamp:
- Feb 2, 2006, 5:58:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.h
r6985 r6986 29 29 30 30 bool setPlayable(Playable* controllalble); 31 inline Playable* getPlayable() { return this->playable; };32 bool disconnectPlayable();31 inline Playable* getPlayable() const { return this->playable; }; 32 bool eject(); 33 33 34 34 void weaponConfigChanged();
Note: See TracChangeset
for help on using the changeset viewer.