LeviLamina
Loading...
Searching...
No Matches
StateInitInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace personaScreen {
6
8public:
9 // StateInitInfo inner types define
10 enum class NoDataTabState : uint {
11 Capes = 0,
12 Emotes = 1,
13 };
14
15public:
16 // member variables
17 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 StateInitInfo& operator=(StateInitInfo const&);
30};
31
32} // namespace personaScreen
Definition StateInitInfo.h:7
Definition Alias.h:14