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:
@@ -15,7 +15,7 @@
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
class JsonNode;
|
||||
typedef std::vector<JsonNode> JsonVector;
|
||||
using JsonVector = std::vector<JsonNode>;
|
||||
class CRandomGenerator;
|
||||
|
||||
struct Bonus;
|
||||
|
||||
Reference in New Issue
Block a user