src/saveload.cpp
changeset 8153 32f871f7e7f7
parent 8141 c052dc0dc029
child 8190 efd1f3b110a2
equal deleted inserted replaced
8152:4f4c9ffa4297 8153:32f871f7e7f7
    27 #include "variables.h"
    27 #include "variables.h"
    28 #include "table/strings.h"
    28 #include "table/strings.h"
    29 #include "strings.h"
    29 #include "strings.h"
    30 #include <list>
    30 #include <list>
    31 
    31 
    32 extern const uint16 SAVEGAME_VERSION = 78;
    32 extern const uint16 SAVEGAME_VERSION = 79;
    33 uint16 _sl_version;       ///< the major savegame version identifier
    33 uint16 _sl_version;       ///< the major savegame version identifier
    34 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    34 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    35 
    35 
    36 typedef void WriterProc(uint len);
    36 typedef void WriterProc(uint len);
    37 typedef uint ReaderProc();
    37 typedef uint ReaderProc();