1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fix include for SiegeInfo / SideInBattle. Lost them on rebase

This commit is contained in:
Arseniy Shestakov 2017-06-29 02:27:41 +03:00
parent fb19a3a068
commit 29e50cc21c

View File

@ -8,8 +8,8 @@
*
*/
#pragma once
#include "../SiegeInfo.h"
#include "../SideInBattle.h"
#include "SiegeInfo.h"
#include "SideInBattle.h"
#include "../HeroBonus.h"
#include "CBattleInfoCallback.h"
#include "../int3.h"