mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Moved json files to new directory, split on per-class basis
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
#include "StdInc.h"
|
||||
#include "JsonDeserializer.h"
|
||||
|
||||
#include "../JsonNode.h"
|
||||
|
||||
#include <vstd/StringUtils.h>
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
@@ -10,8 +10,6 @@
|
||||
#include "StdInc.h"
|
||||
#include "JsonSerializeFormat.h"
|
||||
|
||||
#include "../JsonNode.h"
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
//JsonSerializeHelper
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "../JsonNode.h"
|
||||
#include "../constants/IdentifierBase.h"
|
||||
#include "../json/JsonNode.h"
|
||||
#include "../modding/IdentifierStorage.h"
|
||||
#include "../modding/ModScope.h"
|
||||
#include "../VCMI_Lib.h"
|
||||
|
||||
@@ -10,8 +10,6 @@
|
||||
#include "StdInc.h"
|
||||
#include "JsonSerializer.h"
|
||||
|
||||
#include "../JsonNode.h"
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
JsonSerializer::JsonSerializer(const IInstanceResolver * instanceResolver_, JsonNode & root_):
|
||||
|
||||
@@ -10,10 +10,9 @@
|
||||
#include "StdInc.h"
|
||||
#include "JsonUpdater.h"
|
||||
|
||||
#include "../JsonNode.h"
|
||||
|
||||
#include "../bonuses/CBonusSystemNode.h"
|
||||
#include "../bonuses/Bonus.h"
|
||||
#include "../json/JsonUtils.h"
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user