mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Editor prerequisites [part 2] (#889)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "CMapGenOptions.h"
|
||||
#include "../int3.h"
|
||||
#include "CRmgTemplate.h"
|
||||
#include "../LoadProgress.h"
|
||||
|
||||
class CRmgTemplate;
|
||||
class CMapGenOptions;
|
||||
@@ -26,7 +27,7 @@ class Zone;
|
||||
typedef std::vector<JsonNode> JsonVector;
|
||||
|
||||
/// The map generator creates a map randomly.
|
||||
class DLL_LINKAGE CMapGenerator
|
||||
class DLL_LINKAGE CMapGenerator: public Load::Progress
|
||||
{
|
||||
public:
|
||||
struct Config
|
||||
|
||||
Reference in New Issue
Block a user