Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 21, 2008, 2:35:24 PM (16 years ago)
Author:
rgrieder
Message:
  • Dots on the Radar actually disappear now when a Ship gets destroyed…
  • svn save to keep History of HUDText when renaming AND moving
File:
1 moved

Legend:

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

    r1601 r1614  
    3232#include "OrxonoxPrereqs.h"
    3333
     34#include <string>
    3435#include <OgrePrerequisites.h>
    35 #include <OgreTextAreaOverlayElement.h>
    36 #include <OgrePanelOverlayElement.h>
    37 
    38 #include "util/Math.h"
    3936#include "overlays/OrxonoxOverlay.h"
    4037
     
    5047
    5148  protected:
    52     void setBackgroundMaterial(const std::string& material);
    53     std::string getBackgroundMaterial() const;
    5449    void setCaption(const std::string& caption);
    5550    const std::string& getCaption() const;
     
    5853
    5954    Ogre::TextAreaOverlayElement* text_;
     55
    6056  private:
    6157    std::string caption_;
    62     Ogre::PanelOverlayElement* background_;
    6358  };
    6459}
Note: See TracChangeset for help on using the changeset viewer.