LeviLamina
Loading...
Searching...
No Matches
EnableQueueForMainThread.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/EnableQueueForThread.h"
7
8
namespace
Bedrock::Threading {
9
10
class
EnableQueueForMainThread :
public
::Bedrock::Threading::EnableQueueForThread
{
11
public
:
12
// prevent constructor by default
13
EnableQueueForMainThread();
14
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCAPI
explicit
EnableQueueForMainThread(::std::string name);
19
// NOLINTEND
20
21
public
:
22
// constructor thunks
23
// NOLINTBEGIN
24
MCAPI
void
* $ctor(::std::string name);
25
// NOLINTEND
26
27
public
:
28
// vftables
29
// NOLINTBEGIN
30
MCNAPI
static
void
**
$vftable
();
31
// NOLINTEND
32
};
33
34
}
// namespace Bedrock::Threading
Bedrock::Threading::EnableQueueForMainThread::$vftable
static MCAPI void ** $vftable()
Bedrock::Threading::EnableQueueForThread
Definition
EnableQueueForThread.h:17
src
mc
deps
core
minecraft
threading
EnableQueueForMainThread.h
Generated on
for LeviLamina by
1.16.1