src/saveload.cpp
changeset 7941 ddf9d11e6df8
parent 7897 222641b84fc4
child 7945 ff24db9275cd
equal deleted inserted replaced
7940:6357c4a839d2 7941:ddf9d11e6df8
    28 #include "table/strings.h"
    28 #include "table/strings.h"
    29 #include "strings.h"
    29 #include "strings.h"
    30 #include <setjmp.h>
    30 #include <setjmp.h>
    31 #include <list>
    31 #include <list>
    32 
    32 
    33 extern const uint16 SAVEGAME_VERSION = 72;
    33 extern const uint16 SAVEGAME_VERSION = 73;
    34 uint16 _sl_version;       ///< the major savegame version identifier
    34 uint16 _sl_version;       ///< the major savegame version identifier
    35 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    35 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    36 
    36 
    37 typedef void WriterProc(uint len);
    37 typedef void WriterProc(uint len);
    38 typedef uint ReaderProc();
    38 typedef uint ReaderProc();