This commit is contained in:
Данил
2025-02-24 17:33:07 +07:00
parent 3a401c4837
commit 70ab7f2370
2 changed files with 0 additions and 19 deletions
-5
View File
@@ -66,8 +66,3 @@ Classes RTTI::GetType(const IRTTI* object)
{
return object->type;
}
const char* RTTI::GetTypeStr(const IRTTI* object)
{
return enum_to_string(object->type);
}