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