13 #include "../../landscape.h" 14 #include "../pathfinder_func.h" 15 #include "../pf_performance_timer.hpp" 21 #include "../../misc/blob.hpp" 22 #include "../../misc/str.hpp" 23 #include "../../misc/fixedsizearray.hpp" 24 #include "../../misc/array.hpp" 25 #include "../../misc/hashtable.hpp" 26 #include "../../misc/binaryheap.hpp" 27 #include "../../misc/dbg_helpers.h" 29 #include "../follow_track.hpp" Handling of cost determination.
List of nodes used for the A-star pathfinder.
Entry point for OpenTTD to YAPF.
Caching of segment costs.
Node in the pathfinder's graph.
Commonly used classes for YAPF.