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

Identifier remapping support for campaigns

This commit is contained in:
Ivan Savenko
2025-05-29 18:12:54 +03:00
parent 2bf951a4cf
commit 1ea2ce7959
10 changed files with 172 additions and 70 deletions

View File

@@ -26,6 +26,7 @@
#include "entities/hero/CHeroClassHandler.h"
#include "entities/hero/CHeroHandler.h"
#include "texts/CGeneralTextHandler.h"
#include "mapping/MapFormatSettings.h"
#include "modding/CModHandler.h"
#include "modding/IdentifierStorage.h"
#include "modding/CModVersion.h"
@@ -192,6 +193,8 @@ void GameLibrary::initializeLibrary()
modh->load();
modh->afterLoad();
createHandler(mapFormat);
}
#if SCRIPTING_ENABLED