LeviLamina
Loading...
Searching...
No Matches
UIControl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class UIControl {
6public:
7 // UIControl inner types declare
8 // clang-format off
10 // clang-format on
11
12 // UIControl inner types define
13 struct ControlResolutionInfo {};
14};
Definition UIControl.h:5
Definition UIControl.h:34