|
|
|
@ -34,6 +34,8 @@ public:
@@ -34,6 +34,8 @@ public:
|
|
|
|
|
//
|
|
|
|
|
std::shared_ptr<Node> uiRootNode; |
|
|
|
|
std::vector<std::shared_ptr<Component>> layers; |
|
|
|
|
|
|
|
|
|
bool jsEnable = false; |
|
|
|
|
|
|
|
|
|
// because components take a shared_ptr for win, this has to be shared too
|
|
|
|
|
std::vector<std::shared_ptr<Window>> windows; |
|
|
|
|