LeviLamina
Loading...
Searching...
No Matches
OreUISystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI {
6
7class OreUISystem {
8public:
9 // OreUISystem inner types declare
10 // clang-format off
12 struct Impl;
13 struct CallbackEntry;
14 // clang-format on
15
16 // OreUISystem inner types define
18
19 struct Impl {};
20
21 struct CallbackEntry {};
22};
23
24} // namespace OreUI
Definition OreUISystem.h:21
Definition OreUISystem.h:19