Update to new CreatureLib.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-08-08 13:06:08 +02:00
parent 7e84b6cf04
commit 2fa59b9ea9

View File

@@ -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);
} }