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/HUDOverlay.h

    r1588 r1590  
    3333
    3434#include <OgrePrerequisites.h>
     35#include "tools/WindowEventListener.h"
    3536#include "util/Math.h"
    3637#include "core/BaseObject.h"
     
    3839namespace orxonox
    3940{
    40   class _OrxonoxExport HUDOverlay : public BaseObject
     41  class _OrxonoxExport HUDOverlay : public BaseObject, public WindowEventListener
    4142  {
    4243    public:
     
    7677
    7778    protected:
     79      virtual void windowResized(int newWidth, int newHeight);
     80
    7881      Ogre::Overlay* overlay_;
     82      float windowAspectRatio_;
     83      int windowWidth_;
     84      int windowHeight_;
    7985
    80   private:
    81     static unsigned int hudOverlayCounter_s;
     86    private:
     87      static unsigned int hudOverlayCounter_s;
    8288
    8389  };
Note: See TracChangeset for help on using the changeset viewer.