Forráskód Böngészése

Fix include for SiegeInfo / SideInBattle. Lost them on rebase

Arseniy Shestakov 8 éve
szülő
commit
29e50cc21c
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      lib/battle/BattleInfo.h

+ 2 - 2
lib/battle/BattleInfo.h

@@ -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"