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

Store and send mod list and game version for game rooms

This commit is contained in:
Ivan Savenko
2024-04-15 13:34:16 +03:00
parent 6ba6e0d55b
commit e5f8cefa7f
12 changed files with 139 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ class JsonNode;
struct ModVerificationInfo;
using ModCompatibilityInfo = std::map<std::string, ModVerificationInfo>;
struct ModVerificationInfo
struct DLL_LINKAGE ModVerificationInfo
{
/// human-readable mod name
std::string name;