Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8995 in orxonox.OLD for trunk/src/util/hud.h


Ignore:
Timestamp:
Jul 2, 2006, 5:43:28 AM (18 years ago)
Author:
bensch
Message:

hud: radar shown inside of the HUD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/hud.h

    r8994 r8995  
    4343  void removeWeaponWidget(OrxGui::GLGuiWidget* widget);
    4444
     45  OrxGui::GLGuiRadar* radar() const { return _radar; };
     46
    4547  void updateWeaponManager();
    4648
     
    6264  OrxGui::GLGuiNotifier*   notifier;
    6365  OrxGui::GLGuiInputLine*  inputLine;
    64   OrxGui::GLGuiRadar*      radar;
     66  OrxGui::GLGuiRadar*      _radar;
    6567
    6668  WeaponManager*           weaponManager;
Note: See TracChangeset for help on using the changeset viewer.