minor refactor + Block.uiLayout

This commit is contained in:
MihailRis
2024-02-16 22:51:47 +03:00
parent af7c828d73
commit 38f9805ca7
16 changed files with 48 additions and 38 deletions
+2 -1
View File
@@ -48,6 +48,7 @@ namespace gui {
class Container;
class PagesControl;
/** The main UI controller */
class GUI {
std::shared_ptr<Container> container;
std::shared_ptr<UINode> hover = nullptr;
@@ -81,4 +82,4 @@ namespace gui {
};
}
#endif // FRONTEND_GUI_GUI_H_
#endif // FRONTEND_GUI_GUI_H_