(svn r22513) -Add: Allow for saving a heightmap from the file dialogue window.

This commit is contained in:
alberth
2011-05-28 13:55:59 +00:00
parent f1cae9960f
commit c6f3ded6d5
3 changed files with 28 additions and 14 deletions

View File

@@ -99,6 +99,7 @@ enum SaveLoadDialogMode {
SLD_SAVE_GAME, ///< Save a game.
SLD_SAVE_SCENARIO, ///< Save a scenario.
SLD_LOAD_HEIGHTMAP, ///< Load a heightmap.
SLD_SAVE_HEIGHTMAP, ///< Save a heightmap.
};
/** The different types of files that the system knows about. */