Changeset 9023 in orxonox.OLD for branches/multi_player_map/src/world_entities
- Timestamp:
- Jul 2, 2006, 11:16:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/world_entities/player.h
r9002 r9023 31 31 bool eject(); 32 32 inline Playable* getPlayable() const { return this->playable; }; 33 33 34 34 // inline Hud& hud() { return this->_hud; };35 inline Hud& getHud() { return this->hud; }; 35 36 // inline const Hud& hud() const { return this->_hud; }; 36 37
Note: See TracChangeset
for help on using the changeset viewer.