1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-04 22:14:25 +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 #pragma once
#include "../SiegeInfo.h" #include "SiegeInfo.h"
#include "../SideInBattle.h" #include "SideInBattle.h"
#include "../HeroBonus.h" #include "../HeroBonus.h"
#include "CBattleInfoCallback.h" #include "CBattleInfoCallback.h"
#include "../int3.h" #include "../int3.h"