From 2ce02202c1000a93171dbc9ef6c97888dc6db483 Mon Sep 17 00:00:00 2001 From: Arseniy Shestakov Date: Thu, 29 Jun 2017 02:02:05 +0300 Subject: [PATCH] Fix more includes and move SideInBattle / SiegeInfo into battle --- lib/VCMI_lib.cbp | 8 ++++---- lib/VCMI_lib.vcxproj | 8 ++++---- lib/VCMI_lib.vcxproj.filters | 8 ++++---- lib/battle/AccessibilityInfo.cpp | 4 ++-- lib/battle/BattleAction.cpp | 4 ++-- lib/battle/BattleAttackInfo.cpp | 4 ++-- lib/battle/BattleHex.cpp | 2 +- lib/battle/BattleInfo.cpp | 12 ++++++------ lib/battle/CBattleInfoCallback.cpp | 10 +++++----- lib/battle/CBattleInfoEssentials.cpp | 8 ++++---- lib/battle/CCallbackBase.cpp | 4 ++-- lib/battle/CObstacleInstance.cpp | 10 +++++----- lib/battle/CPlayerBattleCallback.cpp | 6 +++--- lib/battle/ReachabilityInfo.cpp | 4 ++-- lib/{ => battle}/SideInBattle.cpp | 6 +++--- lib/{ => battle}/SideInBattle.h | 8 ++++---- lib/{ => battle}/SiegeInfo.cpp | 20 ++++++++++++-------- lib/{ => battle}/SiegeInfo.h | 2 +- 18 files changed, 66 insertions(+), 62 deletions(-) rename lib/{ => battle}/SideInBattle.cpp (75%) rename lib/{ => battle}/SideInBattle.h (71%) rename lib/{ => battle}/SiegeInfo.cpp (56%) rename lib/{ => battle}/SiegeInfo.h (91%) diff --git a/lib/VCMI_lib.cbp b/lib/VCMI_lib.cbp index f0c645d65..989d3b8ea 100644 --- a/lib/VCMI_lib.cbp +++ b/lib/VCMI_lib.cbp @@ -145,6 +145,10 @@ + + + + @@ -215,10 +219,6 @@ - - - -