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
28 SettingsScreenCapabilities& operator=(SettingsScreenCapabilities const&);
29 SettingsScreenCapabilities(SettingsScreenCapabilities const&);
30 SettingsScreenCapabilities();
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 virtual ~SettingsScreenCapabilities() /*override*/;
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCNAPI void $dtor();
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition TypedScreenCapabilities.h:6
static MCAPI void ** $vftable()
Definition Alias.h:14