From 3dae675f632b0be38dbf4b8cd456c1120e73f25d Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 26 Mar 2005 21:22:29 +0000 Subject: (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. --- gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gui.h') 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); -- cgit v1.2.3-54-g00ecf