mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Fix path (#510)
This commit is contained in:
committed by
Alexander Shishkin
parent
e5397c1e23
commit
90c7daccc5
@@ -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);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user