Add replay ram usage estimation

This commit is contained in:
dec05eba
2024-11-05 00:17:03 +01:00
parent 610fca510d
commit 07a64ffd95
6 changed files with 49 additions and 5 deletions

View File

@@ -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;
};