src/saveload.cpp
branchgamebalance
changeset 9912 1ac8aac92385
parent 9911 0b8b245a2391
child 9913 e79cd19772dd
equal deleted inserted replaced
9911:0b8b245a2391 9912:1ac8aac92385
    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 = 62;
    32 extern const uint16 SAVEGAME_VERSION = 65;
    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();