equal
deleted
inserted
replaced
2 |
2 |
3 /** @file order_cmd.cpp */ |
3 /** @file order_cmd.cpp */ |
4 |
4 |
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "order.h" |
7 #include "order_base.h" |
|
8 #include "order_func.h" |
8 #include "airport.h" |
9 #include "airport.h" |
9 #include "depot.h" |
10 #include "depot.h" |
10 #include "waypoint.h" |
11 #include "waypoint.h" |
11 #include "command_func.h" |
12 #include "command_func.h" |
12 #include "station.h" |
13 #include "station.h" |