src/saveload.cpp
changeset 8805 7269d54ce5dc
parent 8760 ce0891c412ce
child 8967 0b56f973bcf0
equal deleted inserted replaced
8804:6d7e8b85529e 8805:7269d54ce5dc
    32 #include "autoreplace_base.h"
    32 #include "autoreplace_base.h"
    33 #include <list>
    33 #include <list>
    34 
    34 
    35 #include "table/strings.h"
    35 #include "table/strings.h"
    36 
    36 
    37 extern const uint16 SAVEGAME_VERSION = 84;
    37 extern const uint16 SAVEGAME_VERSION = 85;
    38 uint16 _sl_version;       ///< the major savegame version identifier
    38 uint16 _sl_version;       ///< the major savegame version identifier
    39 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    39 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    40 
    40 
    41 typedef void WriterProc(uint len);
    41 typedef void WriterProc(uint len);
    42 typedef uint ReaderProc();
    42 typedef uint ReaderProc();