src/saveload.cpp
changeset 6980 c7c4f3bf5901
parent 6956 3579bfc5157b
child 7010 6f0d9f03180d
equal deleted inserted replaced
6979:c4abd9b85a7a 6980:c7c4f3bf5901
    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 #include <list>
    30 #include <list>
    31 
    31 
    32 extern const uint16 SAVEGAME_VERSION = 66;
    32 extern const uint16 SAVEGAME_VERSION = 67;
    33 uint16 _sl_version;       ///< the major savegame version identifier
    33 uint16 _sl_version;       ///< the major savegame version identifier
    34 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    34 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    35 
    35 
    36 typedef void WriterProc(uint len);
    36 typedef void WriterProc(uint len);
    37 typedef uint ReaderProc();
    37 typedef uint ReaderProc();