1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00
This commit is contained in:
Dydzio
2018-10-30 22:55:34 +01:00
committed by Alexander Shishkin
parent e5397c1e23
commit 90c7daccc5

View File

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