summaryrefslogtreecommitdiff
path: root/src/genworld.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-05-21 06:59:45 +0000
committeryexo <yexo@openttd.org>2010-05-21 06:59:45 +0000
commit9ed9aa9012fff20c9d73c5fa80e65e64c0925937 (patch)
tree210b679b8a15e4983c43e46df497e9e10edf8561 /src/genworld.h
parent93233a9335aa26404405af54758e164bc0b96b41 (diff)
downloadopenttd-9ed9aa9012fff20c9d73c5fa80e65e64c0925937.tar.xz
(svn r19871) -Fix [FS#3826]: update the landscape buttons in the main menu / newgame window correctly (planetmaker)
Diffstat (limited to 'src/genworld.h')
-rw-r--r--src/genworld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/genworld.h b/src/genworld.h
index a32cf2115..6dd89e06e 100644
--- a/src/genworld.h
+++ b/src/genworld.h
@@ -87,6 +87,7 @@ bool IsGeneratingWorldAborted();
void HandleGeneratingWorldAbortion();
/* genworld_gui.cpp */
+void SetNewLandscapeType(byte landscape);
void SetGeneratingWorldProgress(GenWorldProgress cls, uint total);
void IncreaseGeneratingWorldProgress(GenWorldProgress cls);
void PrepareGenerateWorldProgress();