- Timestamp:
- Nov 20, 2017, 5:01:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/CampaignMap_HS17/src/modules/overlays/hud/StoryModeHUD.h
r11564 r11584 52 52 53 53 private: 54 Ogre::TextAreaOverlayElement* text_;55 54 std::vector<Ogre::TextAreaOverlayElement*> texts; 55 void initialize(); 56 56 void setTextSize(float size); 57 57 float getTextSize() const; … … 60 60 const std::string& getFont() const; 61 61 62 63 62 std::string fontName_; 64 63 float textSize_;
Note: See TracChangeset
for help on using the changeset viewer.