(svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function.

This commit is contained in:
alberth
2010-12-21 21:46:19 +00:00
parent 02bab3b187
commit 03aa5395ac
3 changed files with 17 additions and 12 deletions

View File

@@ -46,7 +46,7 @@ void ShowGenerateLandscape();
void ShowHeightmapLoad();
/* misc_gui.cpp */
void PlaceLandBlockInfo();
void ShowLandInfo(TileIndex tile);
void ShowAboutWindow();
void ShowBuildTreesToolbar();
void ShowTownDirectory();