Home
last modified time | relevance | path

Searched refs:lev_is_down_station (Results 1 – 3 of 3) sorted by relevance

/dports/games/toppler/toppler-1.1.6/
H A Dlevel.h189 bool lev_is_down_station(int row, int col);
H A Dtoppler.cc351 if (lev_is_down_station(verticalpos / 4 - 1, anglepos / 8) && in top_updatetoppler()
H A Dlevel.cc720 bool lev_is_down_station(int row, int col) { in lev_is_down_station() function