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

  /src/games/warp/
us.c 134 shift_direction(int dy, int dx) function in typeref:typename:void
463 shift_direction(0, -1);
464 shift_direction(0, 1);
465 shift_direction(-1, 0);
466 shift_direction(1, 0);
467 shift_direction(-1, -1);
468 shift_direction(-1, 1);
469 shift_direction(1, -1);
470 shift_direction(1, 1);
473 shift_direction(1, -1)
    [all...]
us.h 60 void shift_direction(int, int);

Completed in 21 milliseconds