(svn r11442) -Feature: make news messages related to the industry (production) changes better configurable; you can now disable news messages popping up for industries you are not servicing. Patch by Alberth.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "newgrf_station.h"
|
||||
#include "cargopacket.h"
|
||||
#include <list>
|
||||
#include <set>
|
||||
|
||||
struct Station;
|
||||
struct RoadStop;
|
||||
@@ -241,6 +242,11 @@ enum CatchmentArea {
|
||||
|
||||
void ModifyStationRatingAround(TileIndex tile, PlayerID owner, int amount, uint radius);
|
||||
|
||||
/** A set of stations (\c const \c Station* ) */
|
||||
typedef std::set<Station*> StationSet;
|
||||
|
||||
StationSet FindStationsAroundIndustryTile(TileIndex tile, int w, int h);
|
||||
|
||||
void ShowStationViewWindow(StationID station);
|
||||
void UpdateAllStationVirtCoord();
|
||||
|
||||
|
Reference in New Issue
Block a user