3 /** @file overlay_cmd.h Functions related to overlays. */
10 #include "station_base.h"
15 std::set
<const Station
*> catchmentOverlay
;
18 static Overlays
* instance
;
21 static Overlays
* Instance();
23 void AddStation(const Station
* st
);
25 void RemoveStation(const Station
*st
);
27 void ToggleStation(const Station
* st
);
31 bool IsTileInCatchmentArea(const TileInfo
* ti
, CatchmentType type
);
33 bool HasStation(const Station
* st
);
38 #endif // OVERLAY_CMD_H