LeviLamina
Loading...
Searching...
No Matches
MappedPorts.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
MappedPorts {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<2, 2>
mUnked9ea7;
10
::ll::UntypedStorage<2, 2>
mUnkf404a5;
11
// NOLINTEND
12
13
#ifdef LL_PLAT_S
14
public
:
15
// prevent constructor by default
16
MappedPorts& operator=(MappedPorts
const
&);
17
MappedPorts(MappedPorts
const
&);
18
19
#else
// LL_PLAT_C
20
public
:
21
// prevent constructor by default
22
MappedPorts& operator=(MappedPorts
const
&);
23
MappedPorts(MappedPorts
const
&);
24
MappedPorts();
25
26
#endif
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
#ifdef LL_PLAT_S
31
MCNAPI MappedPorts();
32
#endif
33
// NOLINTEND
34
35
public
:
36
// constructor thunks
37
// NOLINTBEGIN
38
#ifdef LL_PLAT_S
39
MCNAPI
void
* $ctor();
40
#endif
41
// NOLINTEND
42
};
ll::UntypedStorage
Definition
Alias.h:14
src
mc
network
MappedPorts.h
Generated on
for LeviLamina by
1.16.1