src/saveload.cpp
changeset 8130 d2eb7d04f6e1
parent 8123 ce31d2843a95
child 8131 160939e24ed3
equal deleted inserted replaced
8129:e6732d9340e9 8130:d2eb7d04f6e1
    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 "gfx_func.h"
       
    32 #include "core/alloc_func.hpp"
    32 #include <list>
    33 #include <list>
    33 
    34 
    34 extern const uint16 SAVEGAME_VERSION = 83;
    35 extern const uint16 SAVEGAME_VERSION = 83;
    35 uint16 _sl_version;       ///< the major savegame version identifier
    36 uint16 _sl_version;       ///< the major savegame version identifier
    36 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!
    37 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!