|
@@ -43,6 +43,7 @@
|
|
|
#include <vcmi/Services.h>
|
|
|
#include <vcmi/SkillService.h>
|
|
|
#include <vcmi/spells/Service.h>
|
|
|
+#include <vcmi/ResourceTypeService.h>
|
|
|
|
|
|
RenderHandler::RenderHandler()
|
|
|
:assetGenerator(std::make_unique<AssetGenerator>())
|
|
@@ -494,6 +495,7 @@ void RenderHandler::onLibraryLoadingFinished(const Services * services)
|
|
|
addImageListEntries(services->factions());
|
|
|
addImageListEntries(services->spells());
|
|
|
addImageListEntries(services->skills());
|
|
|
+ addImageListEntries(services->resources());
|
|
|
|
|
|
if (settings["mods"]["validation"].String() == "full")
|
|
|
{
|