LeviLamina
Loading...
Searching...
No Matches
PauseScreenCapabilities.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/config/TypedScreenCapabilities.h"
7
8struct PauseScreenCapabilities : public ::TypedScreenCapabilities<::PauseScreenCapabilities> {
9public:
10 // member variables
11 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~PauseScreenCapabilities() /*override*/;
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCFOLD void $dtor();
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCAPI static void** $vftable();
44 // NOLINTEND
45};
Definition TypedScreenCapabilities.h:6
Definition PauseScreenCapabilities.h:8
Definition Alias.h:14