LeviLamina
Loading...
Searching...
No Matches
BPSTracker.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
struct
BPSTracker {
8
public
:
9
// BPSTracker inner types declare
10
// clang-format off
11
struct
TimeAndValue2
;
12
// clang-format on
13
14
// BPSTracker inner types define
15
struct
TimeAndValue2 {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 8>
mUnk3607c9;
20
::ll::UntypedStorage<8, 8>
mUnk83e56b;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
TimeAndValue2& operator=(TimeAndValue2
const
&);
26
TimeAndValue2(TimeAndValue2
const
&);
27
TimeAndValue2();
28
};
29
30
public
:
31
// member variables
32
// NOLINTBEGIN
33
::ll::UntypedStorage<8, 8>
mUnk85e95b;
34
::ll::UntypedStorage<8, 8>
mUnkfb361b;
35
::ll::UntypedStorage<8, 24>
mUnke01d2f;
36
// NOLINTEND
37
38
public
:
39
// prevent constructor by default
40
BPSTracker& operator=(BPSTracker
const
&);
41
BPSTracker(BPSTracker
const
&);
42
BPSTracker();
43
44
public
:
45
// member functions
46
// NOLINTBEGIN
47
MCAPI
void
Push1(uint64 time, uint64 value1);
48
// NOLINTEND
49
};
50
51
}
// namespace RakNet
RakNet::BPSTracker::TimeAndValue2
Definition
BPSTracker.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
raknet
BPSTracker.h
Generated on
for LeviLamina by
1.16.1