1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +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
#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);
};
};