Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 12, 2008, 12:57:45 AM (16 years ago)
Author:
rgrieder
Message:

svn save, just in case our house burns down over night…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/hud/HUD.h

    r1588 r1590  
    3939#include "util/Math.h"
    4040#include "OverlayElementFactories.h"
     41#include "tools/WindowEventListener.h"
    4142
    4243namespace orxonox
     
    4546    class HUDOverlay;
    4647
    47     class _OrxonoxExport HUD : public BaseObject, public TickableReal
     48    class _OrxonoxExport HUD : public BaseObject, public TickableReal, public WindowEventListener
    4849    {
    4950      public:
     
    7677        HUDOverlay* getHUDElement(unsigned int index);
    7778
     79        void windowResized(int newWidth, int newHeight);
     80
    7881        std::map<std::string, HUDOverlay*> hudElements_;
    7982
Note: See TracChangeset for help on using the changeset viewer.