15 #include "../../landscape.h" 16 #include "../pathfinder_func.h" 17 #include "../pf_performance_timer.hpp" 23 #include "../../misc/blob.hpp" 24 #include "../../misc/str.hpp" 25 #include "../../misc/fixedsizearray.hpp" 26 #include "../../misc/array.hpp" 27 #include "../../misc/hashtable.hpp" 28 #include "../../misc/binaryheap.hpp" 29 #include "../../misc/dbg_helpers.h" 31 #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.