summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-26 21:22:29 +0000
committertruelight <truelight@openttd.org>2005-03-26 21:22:29 +0000
commit3dae675f632b0be38dbf4b8cd456c1120e73f25d (patch)
treebef160789c4e448ee63e1132b926e981ea282c5a /gui.h
parent76867504149b9179cbd70f2f981ac5a85d90ce53 (diff)
downloadopenttd-3dae675f632b0be38dbf4b8cd456c1120e73f25d.tar.xz
(svn r2079) -Add: signlist, shows all signs in the map. Clicking on them, and you go
to the sign. Very needed for coop. You can find it under World Map.
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index eb2a2b3af..868662144 100644
--- a/gui.h
+++ b/gui.h
@@ -75,6 +75,7 @@ void ShowSubsidiesList(void);
void ShowPlayerStations(int player);
void ShowPlayerFinances(int player);
void ShowPlayerCompany(int player);
+void ShowSignList(void);
void ShowEstimatedCostOrIncome(int32 cost, int x, int y);
void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y);