diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-05 00:17:03 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-05 00:17:03 +0100 |
commit | 07a64ffd954b4273bd6afc7fa03b284c3dced640 (patch) | |
tree | 5689dc492cec6d009de3b858fd9dfeb326b0c062 /include/gui/Label.hpp | |
parent | 610fca510d4cafd4ed5851109bca6fe17154c578 (diff) |
Add replay ram usage estimation
Diffstat (limited to 'include/gui/Label.hpp')
-rw-r--r-- | include/gui/Label.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gui/Label.hpp b/include/gui/Label.hpp index 3cb91de..a702497 100644 --- a/include/gui/Label.hpp +++ b/include/gui/Label.hpp @@ -17,6 +17,8 @@ namespace gsr { void draw(mgl::Window &window, mgl::vec2f offset) override; mgl::vec2f get_size() override; + + void set_text(std::string str); private: mgl::Text text; }; |