LeviLamina
Loading...
Searching...
No Matches
HudScreenCapabilities.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/config/TypedScreenCapabilities.h"
7
8struct HudScreenCapabilities : public ::TypedScreenCapabilities<::HudScreenCapabilities> {
9public:
10 // member variables
11 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 0
25 virtual ~HudScreenCapabilities() /*override*/ = default;
26 // NOLINTEND
27
28public:
29 // vftables
30 // NOLINTBEGIN
31 MCNAPI static void** $vftable();
32 // NOLINTEND
33};
Definition TypedScreenCapabilities.h:6
Definition HudScreenCapabilities.h:8
static MCAPI void ** $vftable()
Definition Alias.h:14