Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf.h39 struct CanalProperties { struct
138 CanalProperties canal_local_properties[CF_END]; ///< Canal properties as set by this NewGRF
H A Dnewgrf.cpp2102 CanalProperties *cp = &_cur.grffile->canal_local_properties[id + i]; in CanalChangeInfo()