src/saveload.cpp
changeset 8114 dd6d21dc99c1
parent 8107 bb7deea89175
child 8121 3bc6351e7369
equal deleted inserted replaced
8113:31b7784db761 8114:dd6d21dc99c1
    24 #include "player.h"
    24 #include "player.h"
    25 #include "saveload.h"
    25 #include "saveload.h"
    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 "strings.h"
       
    30 #include "window_func.h"
    29 #include "window_func.h"
       
    30 #include "strings_func.h"
    31 #include <list>
    31 #include <list>
    32 
    32 
    33 extern const uint16 SAVEGAME_VERSION = 83;
    33 extern const uint16 SAVEGAME_VERSION = 83;
    34 uint16 _sl_version;       ///< the major savegame version identifier
    34 uint16 _sl_version;       ///< the major savegame version identifier
    35 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    35 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!