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() =
default
;
24
25
virtual ::std::shared_ptr<::MainMenuScreenModel> getMainMenuScreenModel();
26
// NOLINTEND
27
28
public
:
29
// virtual function thunks
30
// NOLINTBEGIN
31
MCFOLD ::std::shared_ptr<::MainMenuScreenModel> $getMainMenuScreenModel();
32
// NOLINTEND
33
};
MainMenuScreenModel
Definition
MainMenuScreenModel.h:5
ScreenControllerProxy
Definition
ScreenControllerProxy.h:5
src-client
mc
client
gui
screens
ScreenControllerProxy.h
Generated on
for LeviLamina by
1.16.1