Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 2, 2006, 12:47:18 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: redirect everything to see into the dof of the _centerNode

File:
1 edited

Legend:

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

    r7339 r9002  
    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; };
     36
     37
    3438    void              weaponConfigChanged();
    3539
     
    3842
    3943  private:
    40     Playable*         playable;                  //!< The one we controll or NULL if none
    41     Hud               hud;                       //!< The HUD to be displayed for this Player.
     44    Playable*         playable;                 //!< The one we controll or NULL if none
     45    Hud               hud;                      //!< The HUD to be displayed for this Player.
    4246};
    4347
Note: See TracChangeset for help on using the changeset viewer.