Mercurial > hg > openttd
comparison src/train_cmd.cpp @ 13890:32e58ed16e0b draft
(svn r18420) -Codechange: split YAPF's track follower from the actual YAPF code
author | rubidium <rubidium@openttd.org> |
---|---|
date | Mon, 07 Dec 2009 08:41:18 +0000 |
parents | 85b3d1a4faff |
children | 9a4225ccc64b |
comparison
equal
deleted
inserted
replaced
13889:574d325b9767 | 13890:32e58ed16e0b |
---|---|
12 #include "stdafx.h" | 12 #include "stdafx.h" |
13 #include "gui.h" | 13 #include "gui.h" |
14 #include "articulated_vehicles.h" | 14 #include "articulated_vehicles.h" |
15 #include "command_func.h" | 15 #include "command_func.h" |
16 #include "pathfinder/npf/npf_func.h" | 16 #include "pathfinder/npf/npf_func.h" |
17 #include "pathfinder/yapf/yapf.hpp" | |
18 #include "pathfinder/follow_track.hpp" | |
19 #include "openttd.h" | |
17 #include "news_func.h" | 20 #include "news_func.h" |
18 #include "company_func.h" | 21 #include "company_func.h" |
19 #include "vehicle_gui.h" | 22 #include "vehicle_gui.h" |
20 #include "newgrf_engine.h" | 23 #include "newgrf_engine.h" |
21 #include "newgrf_sound.h" | 24 #include "newgrf_sound.h" |
22 #include "newgrf_text.h" | 25 #include "newgrf_text.h" |
23 #include "pathfinder/yapf/follow_track.hpp" | |
24 #include "group.h" | 26 #include "group.h" |
25 #include "table/sprites.h" | 27 #include "table/sprites.h" |
26 #include "strings_func.h" | 28 #include "strings_func.h" |
27 #include "functions.h" | 29 #include "functions.h" |
28 #include "window_func.h" | 30 #include "window_func.h" |