LeviLamina
Loading...
Searching...
No Matches
FLP_Printf.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/raknet/FileListProgress.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace RakNet { class FileList; }
11namespace RakNet { struct SystemAddress; }
12// clang-format on
13
14namespace RakNet {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~FLP_Printf() /*override*/ = default;
22
23 // vIndex: 1
24 virtual void OnAddFilesFromDirectoryStarted(::RakNet::FileList*, char*) /*override*/;
25
26 // vIndex: 2
27 virtual void OnDirectory(::RakNet::FileList*, char*, uint) /*override*/;
28
29 // vIndex: 5
30 virtual void OnFilePushesComplete(::RakNet::SystemAddress, ushort) /*override*/;
31
32 // vIndex: 6
33 virtual void OnSendAborted(::RakNet::SystemAddress) /*override*/;
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45
46 // NOLINTEND
47};
48
49} // namespace RakNet
Definition FLP_Printf.h:16
Definition FileListProgress.h:13
Definition FileList.h:7
Definition SystemAddress.h:7