Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9019 in orxonox.OLD for trunk/src/world_entities/player.h


Ignore:
Timestamp:
Jul 2, 2006, 4:41:32 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: OggPlayer retrieves Information about the current Title
The Title Played is relayed to the Hud's Notifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/player.h

    r9002 r9019  
    3232    inline Playable*  getPlayable() const  { return this->playable; };
    3333
    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; };
    3636
    3737
     
    4343  private:
    4444    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.
    4646};
    4747
Note: See TracChangeset for help on using the changeset viewer.