LeviLamina
Loading...
Searching...
No Matches
CachedScene.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class LayoutManager;
9class VisualTree;
10// clang-format on
11
12struct CachedScene {
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::VisualTree>> mVisualTree;
17 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::UIControlFactory>> mControlFactory;
18 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::LayoutManager>> mLayoutManager;
19 // NOLINTEND
20};
Definition LayoutManager.h:5
Definition UIControlFactory.h:5
Definition VisualTree.h:5
Definition CachedScene.h:5