LeviLamina
Loading...
Searching...
No Matches
SocketDescriptor.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
struct
SocketDescriptor {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<2, 2>
mUnkb22ff8;
12
::ll::UntypedStorage<1, 32>
mUnk49c06c;
13
::ll::UntypedStorage<2, 2>
mUnkd9c721;
14
::ll::UntypedStorage<2, 2>
mUnk2cd57c;
15
::ll::UntypedStorage<4, 4>
mUnkbdabaa;
16
::ll::UntypedStorage<1, 1>
mUnk4d2ea1;
17
::ll::UntypedStorage<4, 4>
mUnk5da729;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
SocketDescriptor& operator=(SocketDescriptor
const
&);
23
SocketDescriptor(SocketDescriptor
const
&);
24
SocketDescriptor();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI SocketDescriptor(ushort _port,
char
const
* _hostAddress);
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCAPI
void
* $ctor(ushort _port,
char
const
* _hostAddress);
36
// NOLINTEND
37
};
38
39
}
// namespace RakNet
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
raknet
SocketDescriptor.h
Generated on
for LeviLamina by
1.16.1