Home
last modified time | relevance | path

Searched refs:SLEG_CONDREFLIST (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/saveload/
H A Dsaveload.h912 #define SLEG_CONDREFLIST(name, variable, type, from, to) SLEG_GENERAL(name, SL_REFLIST, variable, t… macro
986 #define SLEG_REFLIST(name, variable, type) SLEG_CONDREFLIST(name, variable, type, SL_MIN_VERSION, S…
H A Dstation_sl.cpp343 SLEG_CONDREFLIST("packets", _packets, REF_CARGO_PACKET, SLV_68, SLV_183), in GetDescription()