src/saveload.cpp
changeset 8619 c2434269c3eb
parent 8617 931e0970d509
child 8626 440dfcd14c4a
equal deleted inserted replaced
8618:6c3e824e83e4 8619:c2434269c3eb
    26 #include "network/network.h"
    26 #include "network/network.h"
    27 #include "variables.h"
    27 #include "variables.h"
    28 #include "table/strings.h"
    28 #include "table/strings.h"
    29 #include "window_func.h"
    29 #include "window_func.h"
    30 #include "strings_func.h"
    30 #include "strings_func.h"
       
    31 #include "gfx_func.h"
    31 #include <list>
    32 #include <list>
    32 
    33 
    33 extern const uint16 SAVEGAME_VERSION = 83;
    34 extern const uint16 SAVEGAME_VERSION = 83;
    34 uint16 _sl_version;       ///< the major savegame version identifier
    35 uint16 _sl_version;       ///< the major savegame version identifier
    35 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    36 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!