LeviLamina
Loading...
Searching...
No Matches
IScreenCapabilities.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/typeid_t.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 // vIndex: 0
13 virtual ~IScreenCapabilities() = default;
14
15 // vIndex: 1
16 virtual bool isOfType(::Bedrock::typeid_t<::IScreenCapabilities>) const = 0;
17 // NOLINTEND
18
19public:
20 // destructor thunk
21 // NOLINTBEGIN
22
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28
29 // NOLINTEND
30};
Definition typeid_t.h:25
Definition IScreenCapabilities.h:8