diff options
author | Hop311 <Hop3114@gmail.com> | 2024-08-14 00:22:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 00:22:01 +0200 |
commit | 53bf0ac14be0fd7a049306d6e20c01030916fdc6 (patch) | |
tree | b85022a240a4a24c0ee0fd44cd59ff6bc112c18f /src/openvic-simulation/interface/GUI.hpp | |
parent | 9f9c5844bfedc5e366a35cdba386027fb9f3a14a (diff) | |
parent | 7e05aaccf0e13299702ddeed17661831c3ddc692 (diff) |
Merge pull request #185 from OpenVicProject/assorted-fixes
Assorted minor fixes (clang-format.sh shebang, parse national foci sc…
Diffstat (limited to 'src/openvic-simulation/interface/GUI.hpp')
-rw-r--r-- | src/openvic-simulation/interface/GUI.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openvic-simulation/interface/GUI.hpp b/src/openvic-simulation/interface/GUI.hpp index 4e1b062..a86d432 100644 --- a/src/openvic-simulation/interface/GUI.hpp +++ b/src/openvic-simulation/interface/GUI.hpp @@ -203,8 +203,9 @@ namespace OpenVic::GUI { GFX::Font const* PROPERTY(font); fvec2_t PROPERTY(max_size); /* Defines keys: maxWidth, maxHeight */ fvec2_t PROPERTY(border_size); + std::string PROPERTY(texture_file); - // TODO - fixedsize, textureFile + // TODO - fixedsize protected: Text(); |