(svn r11711) -Codechange: Name the Save Load Dialog Mode enum

This commit is contained in:
belugas
2007-12-27 17:29:27 +00:00
parent 2c62136ace
commit 716ef17757
5 changed files with 17 additions and 13 deletions

View File

@@ -77,15 +77,6 @@ StringID RemapOldStringID(StringID s);
void UpdateViewportSignPos(ViewportSign *sign, int left, int top, StringID str);
enum {
SLD_LOAD_GAME,
SLD_LOAD_SCENARIO,
SLD_SAVE_GAME,
SLD_SAVE_SCENARIO,
SLD_LOAD_HEIGHTMAP,
SLD_NEW_GAME,
};
void ShowSaveLoadDialog(int mode);
/* callback from drivers that is called if the game size changes dynamically */
void GameSizeChanged();