src/saveload.cpp
branchgamebalance
changeset 9901 a922f277ebfd
parent 9896 2473804114de
child 9908 0fa543611bbe
equal deleted inserted replaced
9900:750202458d8b 9901:a922f277ebfd
    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 = 53;
    31 extern const uint16 SAVEGAME_VERSION = 54;
    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();