1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Moved serialization of ModCompatibilityInfo from MapFormat

This commit is contained in:
Ivan Savenko
2024-04-14 15:45:13 +03:00
parent 62d15ed23c
commit 6ba6e0d55b
6 changed files with 62 additions and 31 deletions

View File

@@ -24,8 +24,6 @@ class IMapLoader;
class IMapPatcher;
class IGameCallback;
using ModCompatibilityInfo = std::map<std::string, ModVerificationInfo>;
/**
* The map service provides loading of VCMI/H3 map files. It can
* be extended to save maps later as well.