Home
last modified time | relevance | path

Searched defs:get_water_hgt (Results 1 – 1 of 1) sorted by relevance

/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.h1661 inline sint8 get_water_hgt(sint16 x, sint16 y) const { in get_water_hgt() function
1665 inline sint8 get_water_hgt(koord k) const { return get_water_hgt(k.x, k.y); } in get_water_hgt() function