Changeset 9019 in orxonox.OLD for trunk/src/world_entities/player.h
- Timestamp:
- Jul 2, 2006, 4:41:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.h
r9002 r9019 32 32 inline Playable* getPlayable() const { return this->playable; }; 33 33 34 //inline Hud& hud() { return this->_hud; };35 //inline const Hud& hud() const { return this->_hud; };34 inline Hud& hud() { return this->_hud; }; 35 inline const Hud& hud() const { return this->_hud; }; 36 36 37 37 … … 43 43 private: 44 44 Playable* playable; //!< The one we controll or NULL if none 45 Hud hud; //!< The HUD to be displayed for this Player.45 Hud _hud; //!< The HUD to be displayed for this Player. 46 46 }; 47 47
Note: See TracChangeset
for help on using the changeset viewer.