src/saveload.cpp
branchcpp_gui
changeset 6303 84c215fc8eb8
parent 6298 c30fe89622df
child 6307 f40e88cff863
equal deleted inserted replaced
6302:bd80897189ba 6303:84c215fc8eb8
    26 #include "saveload.h"
    26 #include "saveload.h"
    27 #include "network/network.h"
    27 #include "network/network.h"
    28 #include "variables.h"
    28 #include "variables.h"
    29 #include <setjmp.h>
    29 #include <setjmp.h>
    30 
    30 
    31 extern const uint16 SAVEGAME_VERSION = 52;
    31 extern const uint16 SAVEGAME_VERSION = 53;
    32 uint16 _sl_version;       ///< the major savegame version identifier
    32 uint16 _sl_version;       ///< the major savegame version identifier
    33 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    33 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    34 
    34 
    35 typedef void WriterProc(uint len);
    35 typedef void WriterProc(uint len);
    36 typedef uint ReaderProc();
    36 typedef uint ReaderProc();