Prechádzať zdrojové kódy

Fix include for SiegeInfo / SideInBattle. Lost them on rebase

Arseniy Shestakov 8 rokov pred
rodič
commit
29e50cc21c
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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"