diff options
Diffstat (limited to 'src/station_func.h')
-rw-r--r-- | src/station_func.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station_func.h b/src/station_func.h index 000bd19ba..13984aeb6 100644 --- a/src/station_func.h +++ b/src/station_func.h @@ -17,6 +17,7 @@ #include "road_type.h" #include "economy_func.h" #include "rail.h" +#include "order_type.h" void ModifyStationRatingAround(TileIndex tile, Owner owner, int amount, uint radius); @@ -29,6 +30,7 @@ CargoArray GetProductionAroundTiles(TileIndex tile, int w, int h, int rad); CargoArray GetAcceptanceAroundTiles(TileIndex tile, int w, int h, int rad, uint32 *always_accepted = NULL); void UpdateStationAcceptance(Station *st, bool show_msg); +uint UpdateStationWaiting(Station *st, CargoID type, uint amount, SourceType source_type, SourceID source_id, TileIndex dest_tile = INVALID_TILE, SourceType dest_type = ST_INDUSTRY, SourceID dest_id = INVALID_SOURCE, OrderID next_hop = INVALID_ORDER, StationID next_unload = INVALID_STATION, byte flags = 0); const DrawTileSprites *GetStationTileLayout(StationType st, byte gfx); void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, RoadType roadtype, int image); |