LeviLamina
Loading...
Searching...
No Matches
SettingsScreenControllerProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/ScreenControllerProxy.h"
7
8class SettingsScreenControllerProxy : public ::ScreenControllerProxy {
9public:
10 // member variables
11 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ~SettingsScreenControllerProxy() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // vftables
29 // NOLINTBEGIN
30 MCNAPI static void** $vftable();
31 // NOLINTEND
32};
Definition SettingsScreenControllerProxy.h:5
static MCAPI void ** $vftable()
Definition Alias.h:14