From 35a8e91d01102262efa8eb9df809c6411a1fd7d6 Mon Sep 17 00:00:00 2001 From: alberth Date: Tue, 21 Dec 2010 21:46:19 +0000 Subject: (svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introduce a ShowLandInfo() function. --- src/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 4385af452..68ae76d0c 100644 --- a/src/gui.h +++ b/src/gui.h @@ -46,7 +46,7 @@ void ShowGenerateLandscape(); void ShowHeightmapLoad(); /* misc_gui.cpp */ -void PlaceLandBlockInfo(); +void ShowLandInfo(TileIndex tile); void ShowAboutWindow(); void ShowBuildTreesToolbar(); void ShowTownDirectory(); -- cgit v1.2.3-54-g00ecf