1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Merge pull request #1882 from rilian-la-te/native-terrain-refactor

Native terrain refactor
This commit is contained in:
Ivan Savenko
2023-04-11 02:14:37 +03:00
committed by GitHub
69 changed files with 467 additions and 345 deletions

View File

@@ -15,7 +15,7 @@
VCMI_LIB_NAMESPACE_BEGIN
class JsonNode;
typedef std::vector<JsonNode> JsonVector;
using JsonVector = std::vector<JsonNode>;
class CRandomGenerator;
struct Bonus;