equal
deleted
inserted
replaced
4 |
4 |
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "vehicle.h" |
7 #include "vehicle.h" |
8 #include "depot.h" |
8 #include "depot.h" |
9 #include "functions.h" |
|
10 #include "landscape.h" |
9 #include "landscape.h" |
11 #include "map.h" |
10 #include "map.h" |
12 #include "table/strings.h" |
11 #include "table/strings.h" |
13 #include "saveload.h" |
12 #include "saveload.h" |
14 #include "order.h" |
13 #include "order.h" |
|
14 #include "window_func.h" |
15 |
15 |
16 DEFINE_OLD_POOL_GENERIC(Depot, Depot) |
16 DEFINE_OLD_POOL_GENERIC(Depot, Depot) |
17 |
17 |
18 /** |
18 /** |
19 * Gets a depot from a tile |
19 * Gets a depot from a tile |