changeset 8144 | 65cec0877b78 |
parent 8139 | 4e91c448c409 |
child 8264 | b1e85998c7d3 |
8143:4627396b4811 | 8144:65cec0877b78 |
---|---|
2 |
2 |
3 /** @file depot.cpp */ |
3 /** @file depot.cpp */ |
4 |
4 |
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "vehicle.h" |
|
8 #include "depot.h" |
7 #include "depot.h" |
9 #include "landscape.h" |
8 #include "landscape.h" |
10 #include "table/strings.h" |
9 #include "table/strings.h" |
11 #include "saveload.h" |
10 #include "saveload.h" |
12 #include "order.h" |
11 #include "order.h" |