- Timestamp:
- Nov 24, 2017, 1:15:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/CampaignMap_HS17/src/modules/overlays/hud/StoryModeHUD.h
r11584 r11588 54 54 std::vector<Ogre::TextAreaOverlayElement*> texts; 55 55 void initialize(); 56 v oid setTextSize(float size);57 float getTextSize() const;56 virtual void setTextSize(float size); 57 virtual float getTextSize() const; 58 58 59 v oid setFont(const std::string& font);59 virtual void setFont(const std::string& font); 60 60 const std::string& getFont() const; 61 61
Note: See TracChangeset
for help on using the changeset viewer.