LeviLamina
Loading...
Searching...
No Matches
Reflection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Scripting::Reflection {
6// functions
7// NOLINTBEGIN
8MCAPI bool HasBaseType(::entt::meta_type const& baseAnyType, ::entt::meta_type const& derivedAnyType);
9// NOLINTEND
10
11} // namespace Scripting::Reflection