LeviLamina
Loading...
Searching...
No Matches
BlockSourceDebug.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8struct BlockSourceDebug : public ::Bedrock::EnableNonOwnerReferences {
9public:
10 // member variables
11 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 BlockSourceDebug& operator=(BlockSourceDebug const&);
19 BlockSourceDebug(BlockSourceDebug const&);
20 BlockSourceDebug();
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~BlockSourceDebug() /*override*/ = default;
26 // NOLINTEND
27
28public:
29 // vftables
30 // NOLINTBEGIN
31 MCNAPI static void** $vftable();
32 // NOLINTEND
33};
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()
Definition Alias.h:14