1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

- Bug-fixing for last commit - Moved CMapGenOptions to CMapGenerator

This commit is contained in:
beegee1
2013-04-15 17:18:04 +00:00
parent 44bde4a1d3
commit feea589648
12 changed files with 498 additions and 528 deletions

View File

@ -25,7 +25,6 @@
#include "JsonNode.h"
#include "filesystem/CResourceLoader.h"
#include "GameConstants.h"
#include "rmg/CMapGenOptions.h"
#include "rmg/CMapGenerator.h"
DLL_LINKAGE boost::rand48 ran;