gui and Font update

This commit is contained in:
MihailRis
2024-02-03 05:56:10 +03:00
parent 6cdb45485b
commit 9cb3923442
5 changed files with 43 additions and 23 deletions
+2
View File
@@ -81,6 +81,8 @@ namespace gui {
virtual std::wstring getText() const;
virtual Button* textSupplier(wstringsupplier supplier);
virtual void setSize(glm::vec2 size) override;
};
class RichButton : public Container {