src/saveload.cpp
changeset 8579 db463f9c0256
parent 8556 ce8d86cc14d2
child 8648 dcd755910009
equal deleted inserted replaced
8578:80b5c7d84399 8579:db463f9c0256
    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 = 88;
    37 extern const uint16 SAVEGAME_VERSION = 89;
    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();