LeviLamina
Loading...
Searching...
No Matches
ApplicationInit.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock {
6
7
class
ApplicationInit
{
8
public
:
9
// ApplicationInit inner types declare
10
// clang-format off
11
struct
Objects
;
12
// clang-format on
13
14
// ApplicationInit inner types define
15
struct
Objects
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 16>
mUnk82e612;
20
::ll::UntypedStorage<8, 16>
mUnkffe70a;
21
::ll::UntypedStorage<8, 16>
mUnk18199e;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
Objects
& operator=(
Objects
const
&);
27
Objects
(
Objects
const
&);
28
Objects
();
29
};
30
31
public
:
32
// member variables
33
// NOLINTBEGIN
34
::ll::UntypedStorage<8, 8>
mUnkd026dd;
35
::ll::UntypedStorage<8, 8>
mUnk6fe0b1;
36
::ll::UntypedStorage<1, 1>
mUnkc6a30f;
37
// NOLINTEND
38
39
public
:
40
// prevent constructor by default
41
ApplicationInit
& operator=(
ApplicationInit
const
&);
42
ApplicationInit
(
ApplicationInit
const
&);
43
ApplicationInit
();
44
};
45
46
}
// namespace Bedrock
Bedrock::ApplicationInit
Definition
ApplicationInit.h:7
Bedrock::ApplicationInit::Objects
Definition
ApplicationInit.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
application
initialization
ApplicationInit.h
Generated on Sat Apr 26 2025 05:55:23 for LeviLamina by
1.12.0