summaryrefslogtreecommitdiff
path: root/src/viewport_func.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2019-03-30 16:59:43 +0000
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-04-25 09:14:01 +0200
commit81d335b081db006ddb883e2452f73984442f9823 (patch)
tree619035d47c5c68f12c8e796a803cd4c7c6e4576c /src/viewport_func.h
parent81f0f9740690d0f3307d946d848375e269c8d2ee (diff)
downloadopenttd-81d335b081db006ddb883e2452f73984442f9823.tar.xz
Feature: Add station coverage area display for towns.
Diffstat (limited to 'src/viewport_func.h')
-rw-r--r--src/viewport_func.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/viewport_func.h b/src/viewport_func.h
index 12d59d5c0..8b23cc02a 100644
--- a/src/viewport_func.h
+++ b/src/viewport_func.h
@@ -95,7 +95,9 @@ static inline void MarkTileDirtyByTile(TileIndex tile, int bridge_level_offset =
Point GetViewportStationMiddle(const ViewPort *vp, const Station *st);
struct Station;
+struct Town;
void SetViewportCatchmentStation(const Station *st, bool sel);
+void SetViewportCatchmentTown(const Town *t, bool sel);
#endif /* VIEWPORT_FUNC_H */