1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Fix more includes and move SideInBattle / SiegeInfo into battle

This commit is contained in:
Arseniy Shestakov
2017-06-29 02:02:05 +03:00
parent ab4c848169
commit 2ce02202c1
18 changed files with 66 additions and 62 deletions

View File

@@ -8,9 +8,9 @@
*
*/
#include "StdInc.h"
#include "../StdInc.h"
#include "BattleAction.h"
#include "CStack.h"
#include "../CStack.h"
using namespace Battle;