Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 10, 2008, 1:41:35 PM (16 years ago)
Author:
chaiy
Message:

hallo

File:
1 edited

Legend:

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

    r1002 r1012  
    3232#include <string>
    3333#include <OgreColourValue.h>
     34#include <OgrePanelOverlayElement.h>
     35#include <OgreOverlayManager.h>
    3436#include <OgreOverlayElement.h>
     37#include <OgreOverlayContainer.h>
    3538#include <OgrePrerequisites.h>
    3639#include <string.h>
     
    4144namespace orxonox
    4245{
    43   class Bar : public Ogre::OverlayElement
     46  class _OrxonoxExport Bar : public Ogre::PanelOverlayElement
    4447  {
    4548  private:
     
    4851    Ogre::ColourValue color_;
    4952       
     53    static Ogre::String& typeName_s;
    5054       
    5155  public:
    5256
    5357    Bar(const Ogre::String& name);
     58
     59    virtual void initialise();
     60
     61    virtual ~Bar();
     62   
     63//    virtual const Ogre::String& getTypeName() const;
    5464//    virtual ~Bar();
    5565
Note: See TracChangeset for help on using the changeset viewer.