src/saveload.cpp
changeset 8603 88c5ce6a5215
parent 8533 a9b708fe4a00
child 8610 17cc343a23dd
equal deleted inserted replaced
8602:9e75e594a068 8603:88c5ce6a5215
    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"
    29 #include "strings.h"
       
    30 #include "window_func.h"
    30 #include <list>
    31 #include <list>
    31 
    32 
    32 extern const uint16 SAVEGAME_VERSION = 83;
    33 extern const uint16 SAVEGAME_VERSION = 83;
    33 uint16 _sl_version;       ///< the major savegame version identifier
    34 uint16 _sl_version;       ///< the major savegame version identifier
    34 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    35 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!