LeviLamina
Loading...
Searching...
No Matches
RNS2EventHandler.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace RakNet { struct RNS2RecvStruct; }
8// clang-format on
9
10namespace RakNet {
11
13public:
14 // virtual functions
15 // NOLINTBEGIN
16 virtual ~RNS2EventHandler();
17
18 virtual void OnRNS2Recv(::RakNet::RNS2RecvStruct*) = 0;
19
20 virtual void DeallocRNS2RecvStruct(::RakNet::RNS2RecvStruct*, char const*, uint) = 0;
21
22 virtual ::RakNet::RNS2RecvStruct* AllocRNS2RecvStruct(char const*, uint) = 0;
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCFOLD void $dtor();
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
43
44} // namespace RakNet
Definition RNS2EventHandler.h:12
static MCAPI void ** $vftable()
Definition RNS2RecvStruct.h:7