station.h
changeset 2498 befad2fe53d2
parent 2488 cbe3d6b60c27
child 2520 75eb66d6e371
equal deleted inserted replaced
2497:1c8460570c0d 2498:befad2fe53d2
   121 	CA_DOCK = 5,
   121 	CA_DOCK = 5,
   122 	CA_AIR_METRO = 6,
   122 	CA_AIR_METRO = 6,
   123 	CA_AIR_INTER = 8,
   123 	CA_AIR_INTER = 8,
   124 };
   124 };
   125 
   125 
   126 void ModifyStationRatingAround(TileIndex tile, byte owner, int amount, uint radius);
   126 void ModifyStationRatingAround(TileIndex tile, PlayerID owner, int amount, uint radius);
   127 
   127 
   128 TileIndex GetStationTileForVehicle(const Vehicle *v, const Station *st);
   128 TileIndex GetStationTileForVehicle(const Vehicle *v, const Station *st);
   129 
   129 
   130 void ShowStationViewWindow(int station);
   130 void ShowStationViewWindow(StationID station);
   131 void UpdateAllStationVirtCoord(void);
   131 void UpdateAllStationVirtCoord(void);
   132 
   132 
   133 VARDEF SortStruct *_station_sort;
   133 VARDEF SortStruct *_station_sort;
   134 
   134 
   135 extern MemoryPool _station_pool;
   135 extern MemoryPool _station_pool;