LeviLamina
Loading...
Searching...
No Matches
ViewsCoordinator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI {
6
8public:
9 // ViewsCoordinator inner types declare
10 // clang-format off
11 struct ViewEntry;
12 // clang-format on
13
14 // ViewsCoordinator inner types define
15 struct ViewEntry {};
16};
17
18} // namespace OreUI
Definition ViewsCoordinator.h:15
Definition ViewsCoordinator.h:7