From 07a64ffd954b4273bd6afc7fa03b284c3dced640 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 5 Nov 2024 00:17:03 +0100 Subject: Add replay ram usage estimation --- include/gui/Label.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/gui/Label.hpp') 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; }; -- cgit v1.2.3-70-g09d2