station.h
changeset 3765 e057e2b740d4
parent 3763 460bbb4a8154
child 3786 73784d02aa69
equal deleted inserted replaced
3764:ebcaf412fb3a 3765:e057e2b740d4
   192 
   192 
   193 
   193 
   194 VARDEF bool _station_sort_dirty[MAX_PLAYERS];
   194 VARDEF bool _station_sort_dirty[MAX_PLAYERS];
   195 VARDEF bool _global_station_sort_dirty;
   195 VARDEF bool _global_station_sort_dirty;
   196 
   196 
       
   197 void AfterLoadStations(void);
   197 void GetProductionAroundTiles(AcceptedCargo produced, TileIndex tile, int w, int h, int rad);
   198 void GetProductionAroundTiles(AcceptedCargo produced, TileIndex tile, int w, int h, int rad);
   198 void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int h, int rad);
   199 void GetAcceptanceAroundTiles(AcceptedCargo accepts, TileIndex tile, int w, int h, int rad);
   199 uint GetStationPlatforms(const Station *st, TileIndex tile);
   200 uint GetStationPlatforms(const Station *st, TileIndex tile);
   200 
   201 
   201 
   202