LeviLamina
Loading...
Searching...
No Matches
HudScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // HudScreenController inner types declare
8 // clang-format off
9 struct ButtonLists;
10 struct Tooltip;
11 // clang-format on
12
13 // HudScreenController inner types define
14 enum class Tooltips : uint {};
15
16 struct ButtonLists {};
17
18 struct Tooltip {
19 public:
20 // Tooltip inner types define
21 enum class Type : uint {};
22 };
23};
Definition HudScreenController.h:16
Definition HudScreenController.h:18
Definition HudScreenController.h:5