diff options
author | smatz <smatz@openttd.org> | 2009-06-23 21:44:48 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-06-23 21:44:48 +0000 |
commit | 0045096403ed050cf972aef6d146535bbb88f713 (patch) | |
tree | c2d5afb33a93771903898ca7192ded5d3d40c731 /src/ai | |
parent | 8bb88e5f7236738f2101b96a3d23a4252464a615 (diff) | |
download | openttd-0045096403ed050cf972aef6d146535bbb88f713.tar.xz |
(svn r16640) -Codechange: move roadstop stuff to separate files
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/api/ai_order.cpp | 1 | ||||
-rw-r--r-- | src/ai/api/ai_station.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/api/ai_order.cpp b/src/ai/api/ai_order.cpp index be5b33012..56c0a78b7 100644 --- a/src/ai/api/ai_order.cpp +++ b/src/ai/api/ai_order.cpp @@ -8,6 +8,7 @@ #include "../ai_instance.hpp" #include "../../debug.h" #include "../../vehicle_base.h" +#include "../../roadstop_base.h" #include "../../depot_base.h" #include "../../station_map.h" #include "../../waypoint.h" diff --git a/src/ai/api/ai_station.cpp b/src/ai/api/ai_station.cpp index 1a7ef468d..5628ab547 100644 --- a/src/ai/api/ai_station.cpp +++ b/src/ai/api/ai_station.cpp @@ -9,6 +9,7 @@ #include "../../command_func.h" #include "../../debug.h" #include "../../station_map.h" +#include "../../roadstop_base.h" #include "../../string_func.h" #include "../../strings_func.h" #include "../../company_func.h" |