Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 16, 2006, 10:23:05 AM (18 years ago)
Author:
bensch
Message:

merged the gui back to the trunk

File:
1 edited

Legend:

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

    r8448 r8518  
    1010// FORWARD DECLARATION
    1111class TiXmlElement;
     12
    1213class WeaponManager;
    13 namespace OrxGui { class GLGuiWidget; }
     14namespace OrxGui {
     15  class GLGuiWidget;
     16  class GLGuiNotifier;
     17  class GLGuiInputLine;
     18
     19}
    1420
    1521//! A class that renders a HUD.
     
    2329
    2430  virtual void loadParams(const TiXmlElement* root);
     31
     32  void notifyUser(const std::string& message);
     33
    2534
    2635  void setBackGround();
     
    4958  OrxGui::GLGuiWidget*     armorWidget;
    5059
     60  OrxGui::GLGuiNotifier*   notifier;
     61  OrxGui::GLGuiInputLine*  inputLine;
     62
    5163  WeaponManager*           weaponManager;
    5264
Note: See TracChangeset for help on using the changeset viewer.