LeviLamina
Loading...
Searching...
No Matches
DynDNS.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
class
DynDNS
{
8
public
:
9
// DynDNS inner types define
10
enum class
ConnectPhase :
int
{
11
ConnectingToCheckip = 0,
12
WaitingForCheckipResponse = 1,
13
ConnectingToDyndns = 2,
14
WaitingForDyndnsResponse = 3,
15
Idle = 4,
16
};
17
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 8>
mUnkf2974a;
22
::ll::UntypedStorage<8, 8>
mUnk19e4c6;
23
::ll::UntypedStorage<8, 136>
mUnk5358bf;
24
::ll::UntypedStorage<4, 4>
mUnkd697c9;
25
::ll::UntypedStorage<8, 8>
mUnkefeab4;
26
::ll::UntypedStorage<8, 8>
mUnkc3496a;
27
::ll::UntypedStorage<8, 136>
mUnk9b0b63;
28
::ll::UntypedStorage<8, 8>
mUnk26117b;
29
::ll::UntypedStorage<4, 4>
mUnk3348d7;
30
::ll::UntypedStorage<1, 32>
mUnkcdc5b7;
31
// NOLINTEND
32
33
public
:
34
// prevent constructor by default
35
DynDNS
& operator=(
DynDNS
const
&);
36
DynDNS
(
DynDNS
const
&);
37
DynDNS
();
38
};
39
40
}
// namespace RakNet
RakNet::DynDNS
Definition
DynDNS.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
raknet
DynDNS.h
Generated on Sat Apr 26 2025 05:55:28 for LeviLamina by
1.12.0