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/binding/facets/util/UserDefinedFeatureFlags.h"
7#include "mc/client/gui/oreui/debug/FrameDebugData.h"
8#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
9
10namespace OreUI {
11
12struct DebugData : public ::Bedrock::EnableNonOwnerReferences {
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 40, ::OreUI::FrameDebugData> mFrameDebugData;
17 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mDevServerOverrideUrl;
18 ::ll::TypedStorage<8, 96, ::OreUI::UserDefinedFeatureFlags> mUserFlags;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ~DebugData() /*override*/;
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCAPI void $dtor();
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
39
40} // namespace OreUI
Definition DebugData.h:7
static MCAPI void ** $vftable()