src/saveload.cpp
changeset 7272 d47fc9e22d1c
parent 7258 8ea218277d00
child 7321 f91bdca345e8
equal deleted inserted replaced
7271:490a663678ad 7272:d47fc9e22d1c
    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 = 71;
    33 extern const uint16 SAVEGAME_VERSION = 72;
    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();