LeviLamina
Loading...
Searching...
No Matches
OnComplete.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/threading/AsyncResultBase.h"
7
8namespace Bedrock::Threading::AsyncResult {
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 // vIndex: 0
15 virtual ~OnComplete() /*override*/ = default;
16 // NOLINTEND
17
18public:
19 // vftables
20 // NOLINTBEGIN
21 MCNAPI static void** $vftable();
22 // NOLINTEND
23};
24
25} // namespace Bedrock::Threading::AsyncResult
Definition AsyncResultBase.h:8