LeviLamina
Loading...
Searching...
No Matches
INIProperty.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
cereal {
6
7
class
INIProperty
{
8
public
:
9
// INIProperty inner types define
10
enum class
PropertyType :
int
{
11
Unknown = 0,
12
Int = 1,
13
Float = 2,
14
Bool = 3,
15
String = 4,
16
Invalid = 5,
17
};
18
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<4, 4>
mUnk1f72c7;
23
::ll::UntypedStorage<8, 32>
mUnk984288;
24
::ll::UntypedStorage<8, 32>
mUnkf04b53;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
INIProperty
& operator=(
INIProperty
const
&);
30
INIProperty
(
INIProperty
const
&);
31
INIProperty
();
32
};
33
34
}
// namespace cereal
cereal::INIProperty
Definition
INIProperty.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
cereal
INIProperty.h
Generated on Fri Jun 13 2025 05:04:21 for LeviLamina by
1.12.0