1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

introduce toResourceType

This commit is contained in:
Laserlicht
2025-09-15 00:08:18 +02:00
parent acd067e587
commit d808bd6412
34 changed files with 160 additions and 102 deletions

View File

@@ -75,6 +75,11 @@ const HeroTypeService * GameLibrary::heroTypes() const
return heroh.get();
}
const ResourceTypeService * GameLibrary::resources() const
{
return resourceTypeHandler.get();
}
#if SCRIPTING_ENABLED
const scripting::Service * GameLibrary::scripts() const
{