LeviLamina
Loading...
Searching...
No Matches
ScreenControllerProxy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/gui/screens/ScreenControllerProxyType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
MainMenuScreenModel
;
11
// clang-format on
12
13
class
ScreenControllerProxy
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<4, 4, ::ScreenControllerProxyType const> mType;
18
// NOLINTEND
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual
~ScreenControllerProxy();
24
25
virtual ::std::shared_ptr<::MainMenuScreenModel> getMainMenuScreenModel();
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCFOLD
void
$dtor();
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCFOLD ::std::shared_ptr<::MainMenuScreenModel> $getMainMenuScreenModel();
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
MainMenuScreenModel
Definition
MainMenuScreenModel.h:5
ScreenControllerProxy
Definition
ScreenControllerProxy.h:5
ScreenControllerProxy::$vftable
static MCAPI void ** $vftable()
src-client
mc
client
gui
screens
ScreenControllerProxy.h
Generated on
for LeviLamina by
1.16.1