mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Mod compatibility check is now in a separate class and not part of
ModHandler
This commit is contained in:
@@ -23,7 +23,7 @@ class CInputStream;
|
||||
class IMapLoader;
|
||||
class IMapPatcher;
|
||||
|
||||
using ModCompatibilityInfo = std::map<std::string, CModInfo::VerificationInfo>;
|
||||
using ModCompatibilityInfo = std::map<std::string, ModVerificationInfo>;
|
||||
|
||||
/**
|
||||
* The map service provides loading of VCMI/H3 map files. It can
|
||||
|
||||
Reference in New Issue
Block a user