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