saveload.h
changeset 2848 8f57563f8ddf
parent 2685 805a28b7c3b7
child 3044 fbaef2401476
equal deleted inserted replaced
2847:65c54f935db6 2848:8f57563f8ddf
    45 	REF_ORDER       = 0,
    45 	REF_ORDER       = 0,
    46 	REF_VEHICLE     = 1,
    46 	REF_VEHICLE     = 1,
    47 	REF_STATION     = 2,
    47 	REF_STATION     = 2,
    48 	REF_TOWN        = 3,
    48 	REF_TOWN        = 3,
    49 	REF_VEHICLE_OLD = 4,
    49 	REF_VEHICLE_OLD = 4,
    50 	REF_ROADSTOPS   = 5
    50 	REF_ROADSTOPS   = 5,
       
    51 	REF_ENGINE_RENEWS = 6,
    51 } SLRefType;
    52 } SLRefType;
    52 
    53 
    53 
    54 
    54 extern uint16 _sl_version;       /// the major savegame version identifier
    55 extern uint16 _sl_version;       /// the major savegame version identifier
    55 extern byte   _sl_minor_version; /// the minor savegame version, DO NOT USE!
    56 extern byte   _sl_minor_version; /// the minor savegame version, DO NOT USE!