LeviLamina
Loading...
Searching...
No Matches
StartScreenCapabilities.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/config/TypedScreenCapabilities.h"
7
8struct StartScreenCapabilities : public ::TypedScreenCapabilities<::StartScreenCapabilities> {
9public:
10 // StartScreenCapabilities inner types define
11 enum class PlayButtonTarget : uchar {
12 None = 0,
13 Vanilla = 1,
14 Edu = 2,
15 };
16
17 enum class EduManageAccountOptions : uchar {
18 Upsell = 0,
19 Prompt = 1,
20 SignIn = 2,
21 };
22
23public:
24 // member variables
25 // NOLINTBEGIN
33 // NOLINTEND
34
35public:
36 // prevent constructor by default
40
41public:
42 // virtual functions
43 // NOLINTBEGIN
44 // vIndex: 0
45 virtual ~StartScreenCapabilities() /*override*/ = default;
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCAPI static void** $vftable();
58 // NOLINTEND
59};
Definition TypedScreenCapabilities.h:6
Definition StartScreenCapabilities.h:8
Definition Alias.h:14