mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
vcmi: modernize headers
This commit is contained in:
@@ -26,7 +26,7 @@ class RmgMap;
|
||||
class CMap;
|
||||
class Zone;
|
||||
|
||||
typedef std::vector<JsonNode> JsonVector;
|
||||
using JsonVector = std::vector<JsonNode>;
|
||||
|
||||
/// The map generator creates a map randomly.
|
||||
class DLL_LINKAGE CMapGenerator: public Load::Progress
|
||||
|
||||
Reference in New Issue
Block a user