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
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 4, ::ScreenControllerProxyType const> mType;
18 // NOLINTEND
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~ScreenControllerProxy();
24
25 virtual ::std::shared_ptr<::MainMenuScreenModel> getMainMenuScreenModel();
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCFOLD void $dtor();
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCFOLD ::std::shared_ptr<::MainMenuScreenModel> $getMainMenuScreenModel();
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition MainMenuScreenModel.h:5
Definition ScreenControllerProxy.h:5
static MCAPI void ** $vftable()