minor refactor + Block.uiLayout
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user