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 // prevent constructor by default
22 ScreenControllerProxy();
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ~ScreenControllerProxy();
28
29 virtual ::std::shared_ptr<::MainMenuScreenModel> getMainMenuScreenModel();
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI explicit ScreenControllerProxy(::ScreenControllerProxyType type);
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(::ScreenControllerProxyType type);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCFOLD void $dtor();
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCFOLD ::std::shared_ptr<::MainMenuScreenModel> $getMainMenuScreenModel();
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
Definition MainMenuScreenModel.h:5
Definition ScreenControllerProxy.h:5
static MCAPI void ** $vftable()