LeviLamina
Loading...
Searching...
No Matches
HttpInterface_windows.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/http/HttpInterfaceInternal.h"
7
8namespace Bedrock::Http {
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 // vIndex: 0
15 virtual ~HttpInterface_windows() /*override*/ = default;
16 // NOLINTEND
17
18public:
19 // destructor thunk
20 // NOLINTBEGIN
21
22 // NOLINTEND
23
24public:
25 // vftables
26 // NOLINTBEGIN
27 MCAPI static void** $vftable();
28 // NOLINTEND
29};
30
31} // namespace Bedrock::Http
Definition HttpInterfaceInternal.h:17
Definition HttpInterface_windows.h:10