Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2008, 2:34:01 PM (16 years ago)
Author:
FelixSchulthess
Message:

chais new hud

File:
1 edited

Legend:

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

    r1099 r1254  
    4444  {
    4545  private:
     46   
    4647    int percentage_;
    4748    int dir_;   
     
    5051    int width_;
    5152    int height_;
    52        
     53
    5354    static Ogre::String& typeName_s;
    54        
     55
    5556  public:
    5657
     
    7576
    7677  };
    77  
     78
    7879 
    7980  class _OrxonoxExport SmartBarOverlayElement : public BarOverlayElement
     
    8990      void initSmartBarOverlayElement(Ogre::Real left, Ogre::Real top, Ogre::Real width, Ogre::Real height, int dir);
    9091      void reset(int percentage);
     92     
    9193  };
    92 
    93  
    9494}
    9595
Note: See TracChangeset for help on using the changeset viewer.