mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
introduce toResourceType
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user