src/saveload.cpp
changeset 7258 8ea218277d00
parent 7244 8e6293476b5c
child 7272 d47fc9e22d1c
equal deleted inserted replaced
7257:a0c906e11895 7258:8ea218277d00
    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 = 70;
    33 extern const uint16 SAVEGAME_VERSION = 71;
    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();