2 * This file is part of OpenTTD.
3 * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4 * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
8 /** @file yapf.hpp Base includes/functions for YAPF. */
13 #include "../../landscape.h"
14 #include "../pathfinder_func.h"
15 #include "../pf_performance_timer.hpp"
19 //#define inline inline
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"
28 #include "nodelist.hpp"
29 #include "../follow_track.hpp"
30 #include "yapf_type.hpp"
31 #include "yapf_base.hpp"
32 #include "yapf_node.hpp"
33 #include "yapf_common.hpp"
34 #include "yapf_costbase.hpp"
35 #include "yapf_costcache.hpp"