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
23 PauseScreenCapabilities& operator=(PauseScreenCapabilities const&);
24 PauseScreenCapabilities(PauseScreenCapabilities const&);
25 PauseScreenCapabilities();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ~PauseScreenCapabilities() /*override*/;
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCNAPI void $dtor();
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
Definition TypedScreenCapabilities.h:6
static MCAPI void ** $vftable()
Definition Alias.h:14