mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Fix path (#510)
This commit is contained in:
parent
e5397c1e23
commit
90c7daccc5
@ -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);
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user