Home
last modified time | relevance | path

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

/dports/games/toppler/toppler-1.1.6/
H A Dlevel.h193 bool lev_is_platform(int row, int col);
H A Drobots.cc117 if (lev_is_platform(row, col) || lev_is_stick(row, col)) { in test_robot_undergr()
H A Dlevel.cc728 bool lev_is_platform(int row, int col) { in lev_is_platform() function
848 if (lev_is_platform(k + y, hinten)) { in lev_testfigure()