mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Redone RMG template serialization using JSON serializer, added tests
This commit is contained in:
@@ -9,15 +9,15 @@
|
||||
*/
|
||||
#include "StdInc.h"
|
||||
|
||||
#include "../lib/JsonDetail.h"
|
||||
#include "../../lib/JsonDetail.h"
|
||||
|
||||
#include "../lib/filesystem/CMemoryBuffer.h"
|
||||
#include "../lib/filesystem/Filesystem.h"
|
||||
#include "../../lib/filesystem/CMemoryBuffer.h"
|
||||
#include "../../lib/filesystem/Filesystem.h"
|
||||
|
||||
#include "../lib/mapping/CMap.h"
|
||||
#include "../lib/rmg/CMapGenOptions.h"
|
||||
#include "../lib/rmg/CMapGenerator.h"
|
||||
#include "../lib/mapping/MapFormatJson.h"
|
||||
#include "../../lib/mapping/CMap.h"
|
||||
#include "../../lib/rmg/CMapGenOptions.h"
|
||||
#include "../../lib/rmg/CMapGenerator.h"
|
||||
#include "../../lib/mapping/MapFormatJson.h"
|
||||
|
||||
#include "../lib/VCMIDirs.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user