parent
7e84b6cf04
commit
2fa59b9ea9
src/ScriptResolving/AngelScript/TypeRegistry/Library
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
void RegisterTypeLibrary::Register(asIScriptEngine* engine) { RegisterTypeLibraryType(engine); }
|
void RegisterTypeLibrary::Register(asIScriptEngine* engine) { RegisterTypeLibraryType(engine); }
|
||||||
|
|
||||||
static bool GetTypeId(const CreatureLib::Library::TypeLibrary* obj, const ArbUt::BasicStringView& str) {
|
static bool GetTypeId(const CreatureLib::Library::TypeLibrary* obj, const ArbUt::StringView& str) {
|
||||||
return obj->GetTypeId(str);
|
return obj->GetTypeId(str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue