Menu-related panels creation moved to frontend/menu module

This commit is contained in:
MihailRis
2023-11-20 11:28:28 +03:00
parent c712c2239f
commit 926fcb1f79
7 changed files with 51 additions and 297 deletions
-5
View File
@@ -12,10 +12,6 @@ class Engine;
class Camera;
class Batch2D;
namespace gui {
class UINode;
}
/* Screen is a mainloop state */
class Screen {
protected:
@@ -28,7 +24,6 @@ public:
};
class MenuScreen : public Screen {
std::shared_ptr<gui::UINode> pages;
Batch2D* batch;
Camera* uicamera;
public: