(svn r8301) -Codechange: Move the code relating to the sign list window from graph_gui.cpp to a file of its own: signs_gui.cpp.

This commit is contained in:
maedhros
2007-01-21 12:35:35 +00:00
parent 7a7562d8e2
commit 38647bb426
7 changed files with 159 additions and 139 deletions

View File

@@ -87,7 +87,6 @@ void ShowSubsidiesList(void);
void ShowPlayerStations(PlayerID player);
void ShowPlayerFinances(PlayerID player);
void ShowPlayerCompany(PlayerID player);
void ShowSignList(void);
void ShowEstimatedCostOrIncome(int32 cost, int x, int y);
void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y);