LeviLamina
Loading...
Searching...
No Matches
RewindSimulationInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RewindSimulation {
6
7
struct
RewindSimulationInfo {
8
public
:
9
// RewindSimulationInfo inner types declare
10
// clang-format off
11
struct
ConstHistory
;
12
struct
History
;
13
// clang-format on
14
15
// RewindSimulationInfo inner types define
16
struct
ConstHistory {
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 8>
mUnk19b865;
21
::ll::UntypedStorage<8, 8>
mUnkf356b8;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ConstHistory& operator=(ConstHistory
const
&);
27
ConstHistory(ConstHistory
const
&);
28
ConstHistory();
29
};
30
31
struct
History {
32
public
:
33
// member variables
34
// NOLINTBEGIN
35
::ll::UntypedStorage<8, 8>
mUnk82dc3f;
36
::ll::UntypedStorage<8, 8>
mUnk310db5;
37
// NOLINTEND
38
39
public
:
40
// prevent constructor by default
41
History& operator=(History
const
&);
42
History(History
const
&);
43
History();
44
};
45
46
public
:
47
// member variables
48
// NOLINTBEGIN
49
::ll::UntypedStorage<8, 32>
mUnkde174f;
50
::ll::UntypedStorage<8, 24>
mUnk23deea;
51
::ll::UntypedStorage<8, 8>
mUnk81c4c8;
52
::ll::UntypedStorage<8, 8>
mUnk25511a;
53
::ll::UntypedStorage<8, 8>
mUnk6132e3;
54
::ll::UntypedStorage<8, 8>
mUnk9f0057;
55
::ll::UntypedStorage<8, 8>
mUnkaa6ec9;
56
// NOLINTEND
57
58
public
:
59
// prevent constructor by default
60
RewindSimulationInfo& operator=(RewindSimulationInfo
const
&);
61
RewindSimulationInfo(RewindSimulationInfo
const
&);
62
RewindSimulationInfo();
63
64
public
:
65
// member functions
66
// NOLINTBEGIN
67
68
// NOLINTEND
69
70
public
:
71
// destructor thunk
72
// NOLINTBEGIN
73
MCNAPI_C
void
$dtor();
74
// NOLINTEND
75
};
76
77
}
// namespace RewindSimulation
RewindSimulation::RewindSimulationInfo::ConstHistory
Definition
RewindSimulationInfo.h:16
RewindSimulation::RewindSimulationInfo::History
Definition
RewindSimulationInfo.h:31
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
utilities
rewind_simulation
RewindSimulationInfo.h
Generated on
for LeviLamina by
1.16.1