Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 8, 2006, 1:51:55 PM (18 years ago)
Author:
bensch
Message:

trunk: widget war

File:
1 edited

Legend:

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

    r5915 r6438  
    1111/* Forward Declaration */
    1212class Playable;
     13class Hud;
    1314
    1415//! Basic controllable WorldEntity
     
    3940  private:
    4041    Playable*         controllable;                  //!< The one we controll or NULL if none
     42    Hud*              hud;                           //!< The HUD to be displayed.
    4143};
    4244
Note: See TracChangeset for help on using the changeset viewer.