LeviLamina
Loading...
Searching...
No Matches
DebugData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/oreui/debug/FrameDebugData.h"
7#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8
9namespace OreUI {
10
11struct DebugData : public ::Bedrock::EnableNonOwnerReferences {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 40, ::OreUI::FrameDebugData> mFrameDebugData;
16 // NOLINTEND
17
18public:
19 // vftables
20 // NOLINTBEGIN
21 MCNAPI static void** $vftable();
22 // NOLINTEND
23};
24
25} // namespace OreUI
Definition DebugData.h:7
static MCAPI void ** $vftable()