(svn r19062) -Codechange: Move smallmap related functions to their own header.

This commit is contained in:
terkhen
2010-02-08 21:19:41 +00:00
parent e1f7fd7859
commit c39a4b22aa
8 changed files with 29 additions and 3 deletions

View File

@@ -64,7 +64,6 @@ void ShowSubsidiesList();
void ShowEstimatedCostOrIncome(Money cost, int x, int y);
void ShowErrorMessage(StringID summary_msg, StringID detailed_msg, int x, int y, bool no_timeout = false);
void ShowSmallMap();
void ShowExtraViewPortWindow(TileIndex tile = INVALID_TILE);
void BuildFileList();