LeviLamina
Loading...
Searching...
No Matches
CodeScreenCapabilities.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/config/TypedScreenCapabilities.h"
7
8struct CodeScreenCapabilities : public ::TypedScreenCapabilities<::CodeScreenCapabilities> {
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 virtual ~CodeScreenCapabilities() /*override*/ = default;
13 // NOLINTEND
14
15public:
16 // vftables
17 // NOLINTBEGIN
18 MCNAPI static void** $vftable();
19 // NOLINTEND
20};
Definition TypedScreenCapabilities.h:6
Definition CodeScreenCapabilities.h:8
static MCAPI void ** $vftable()