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

Implemented validation of preset - removal of non-existing mods,

addition of newly installed mods
This commit is contained in:
Ivan Savenko
2024-11-11 11:19:14 +00:00
parent ba9e3dca9d
commit 4945370fe3
5 changed files with 138 additions and 27 deletions

View File

@@ -51,6 +51,9 @@ public:
ModVerificationInfo getVerificationInfo() const;
bool affectsGameplay() const;
bool isCompatibility() const;
bool isTranslation() const;
bool keepDisabled() const;
};
VCMI_LIB_NAMESPACE_END