LeviLamina
Loading...
Searching...
No Matches
DescriptionConfig.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
cereal::internal {
6
7
struct
DescriptionConfig {
8
public
:
9
// DescriptionConfig inner types define
10
enum class
Mode :
int
{
11
Brief = 0,
12
Detailed = 1,
13
};
14
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<4, 4>
mUnk6299ff;
19
::ll::UntypedStorage<1, 1>
mUnk12fe3b;
20
::ll::UntypedStorage<1, 1>
mUnkc8d3a7;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
DescriptionConfig& operator=(DescriptionConfig
const
&);
26
DescriptionConfig(DescriptionConfig
const
&);
27
DescriptionConfig();
28
};
29
30
}
// namespace cereal::internal
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
cereal
schema
DescriptionConfig.h
Generated on
for LeviLamina by
1.16.1