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

  /src/games/tetris/
tetris.h 66 #define A_FIRST 1
tetris.c 109 for (i = A_FIRST; i < A_LAST; i++) {
218 pos = A_FIRST*B_COLS + (B_COLS/2)-1;
252 pos = A_FIRST*B_COLS + (B_COLS/2)-1;

Completed in 13 milliseconds