src/saveload.cpp
branchnoai
changeset 9800 ab08ca2a2018
parent 9732 f8eb3e208514
child 9826 9707ad4c9b60
equal deleted inserted replaced
9799:4f217587c047 9800:ab08ca2a2018
    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 = 89;
    37 extern const uint16 SAVEGAME_VERSION = 90;
    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();