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

GameRandomizer is now in lib, add implementation

This commit is contained in:
Ivan Savenko
2025-05-18 10:52:48 +03:00
parent 54a46b77a9
commit cc274c4d34
31 changed files with 455 additions and 463 deletions

View File

@@ -237,6 +237,8 @@ public:
std::vector<JsonNode> loadLegacyData() override;
std::set<CreatureID> getDefaultAllowed() const;
};
VCMI_LIB_NAMESPACE_END