saveload.c
changeset 2159 f6284cf5fab0
parent 2150 f710b959b1c4
child 2162 b98e430ffd10
equal deleted inserted replaced
2158:722042326977 2159:f6284cf5fab0
    19 #include "vehicle.h"
    19 #include "vehicle.h"
    20 #include "station.h"
    20 #include "station.h"
    21 #include "town.h"
    21 #include "town.h"
    22 #include "player.h"
    22 #include "player.h"
    23 #include "saveload.h"
    23 #include "saveload.h"
       
    24 #include "variables.h"
    24 
    25 
    25 enum {
    26 enum {
    26 	SAVEGAME_MAJOR_VERSION = 15,
    27 	SAVEGAME_MAJOR_VERSION = 15,
    27 	SAVEGAME_MINOR_VERSION = 0,
    28 	SAVEGAME_MINOR_VERSION = 0,
    28 
    29