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

@@ -1,9 +1,9 @@
#include "StdInc.h"
#include "../StdInc.h"
#include "CObstacleInstance.h"
#include "CHeroHandler.h"
#include "CTownHandler.h"
#include "VCMI_Lib.h"
#include "spells/CSpellHandler.h"
#include "../CHeroHandler.h"
#include "../CTownHandler.h"
#include "../VCMI_Lib.h"
#include "../spells/CSpellHandler.h"
/*
* CObstacleInstance.cpp, part of VCMI engine