(svn r19871) -Fix [FS#3826]: update the landscape buttons in the main menu / newgame window correctly (planetmaker)

This commit is contained in:
yexo
2010-05-21 06:59:45 +00:00
parent 93233a9335
commit 9ed9aa9012
3 changed files with 17 additions and 19 deletions

View File

@@ -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();