LeviLamina
Loading...
Searching...
No Matches
AsyncBlockInternalGuard.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7struct XAsyncBlock;
8// clang-format on
9
11public:
12 // prevent constructor by default
14
15public:
16 // member functions
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // constructor thunks
23 // NOLINTBEGIN
24 MCNAPI void* $ctor(::XAsyncBlock*);
25 // NOLINTEND
26};
Definition AsyncBlockInternalGuard.h:10
MCAPI void * $ctor(::XAsyncBlock *)
MCAPI AsyncBlockInternalGuard(::XAsyncBlock *)
Definition XAsyncBlock.h:10