LeviLamina
Loading...
Searching...
No Matches
HowToPlayScreenControllerProxy.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#include "mc/client/gui/screens/controllers/HowToPlayScreenControllerProxyCallbacks.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 64, ::HowToPlayScreenControllerProxyCallbacks const> mCallbacks;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 HowToPlayScreenControllerProxy();
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~HowToPlayScreenControllerProxy() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI explicit HowToPlayScreenControllerProxy(::HowToPlayScreenControllerProxyCallbacks const& callbacks);
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor(::HowToPlayScreenControllerProxyCallbacks const& callbacks);
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition HowToPlayScreenControllerProxy.h:5
static MCAPI void ** $vftable()
Definition ScreenControllerProxy.h:5