Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 1, 2006, 6:09:30 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new Functionality to widget, so one can set a foreground texture, for Widgets requesting it.

File:
1 edited

Legend:

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

    r8972 r8990  
    88
    99#include "element_2d.h"
     10#include "event_listener.h"
    1011// FORWARD DECLARATION
    1112class TiXmlElement;
     
    2021
    2122//! A class that renders a HUD (Heads Up Display for User Information).
    22 class Hud : public Element2D
     23class Hud : public Element2D, public EventListener
    2324{
    2425
     
    4445  void updateWeaponManager();
    4546
    46   void tick(float dt);
    4747  void draw() const;
     48  virtual void process(const Event &event);
     49
    4850
    4951  private:
Note: See TracChangeset for help on using the changeset viewer.