Преглед изворни кода

Fix include for SiegeInfo / SideInBattle. Lost them on rebase

Arseniy Shestakov пре 8 година
родитељ
комит
29e50cc21c
1 измењених фајлова са 2 додато и 2 уклоњено
  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"