LeviLamina
Loading...
Searching...
No Matches
SettingsScreenCapabilities.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/config/TypedScreenCapabilities.h"
7
8struct SettingsScreenCapabilities : public ::TypedScreenCapabilities<::SettingsScreenCapabilities> {
9public:
10 // member variables
11 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 0
36 virtual ~SettingsScreenCapabilities() /*override*/;
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCAPI static void** $vftable();
49 // NOLINTEND
50};
Definition TypedScreenCapabilities.h:6
Definition SettingsScreenCapabilities.h:8
Definition Alias.h:14