HomeSort by: relevance | last modified time | path
    Searched defs:move_towards (Results 1 - 2 of 2) sorted by relevancy

  /src/games/robots/
auto.c 69 static char move_towards(int, int);
214 /* move_towards():
218 move_towards(int dx, int dy) function in typeref:typename:char
253 return move_towards(dx, dy);
309 return move_towards(dx, dy);
auto.c 69 static char move_towards(int, int);
214 /* move_towards():
218 move_towards(int dx, int dy) function in typeref:typename:char
253 return move_towards(dx, dy);
309 return move_towards(dx, dy);

Completed in 24 milliseconds