- put savegame extension in version.h

This commit is contained in:
Christoph Oelckers 2016-09-21 09:06:04 +02:00
parent 67239cd623
commit dbea80e943
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ const char *GetVersionString();
// Note that SAVEVER is not directly comparable to VERSION.
// SAVESIG should match SAVEVER.
// extension for savegames
#define SAVEGAME_EXT "zds"
// MINSAVEVER is the minimum level snapshot version that can be loaded.
#define MINSAVEVER 4545