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 virtual ~IScreenCapabilities() = default;
13
14 virtual bool isOfType(::Bedrock::typeid_t<::IScreenCapabilities>) const = 0;
15 // NOLINTEND
16
17public:
18 // virtual function thunks
19 // NOLINTBEGIN
20
21 // NOLINTEND
22};
Definition typeid_t.h:25
Definition IScreenCapabilities.h:8