src/saveload.cpp
changeset 6659 9e786755ed61
parent 6583 82012e77b10c
child 6719 4cc327ad39d5
child 6916 e87d54a598ea
child 9494 c8fad175831c
equal deleted inserted replaced
6658:59048224be55 6659:9e786755ed61
    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();