|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
-#include "VCAI.h"
|
|
|
+#include "../VCAI.h"
|
|
|
#include "AINodeStorage.h"
|
|
|
|
|
|
class IPathfindingManager
|
|
@@ -59,4 +59,4 @@ private:
|
|
|
const std::function<Goals::TSubgoal(int3)> goalFactory);
|
|
|
|
|
|
Goals::TSubgoal clearWayTo(HeroPtr hero, int3 firstTileToGet);
|
|
|
-};
|
|
|
+};
|