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

  /src/games/tetris/
tetris.h 135 extern const struct shape *nextshape;
tetris.c 68 const struct shape *nextshape; variable in typeref:typename:const struct shape *
219 nextshape = randshape();
250 curshape = nextshape;
251 nextshape = randshape();
screen.c 319 if (showpreview && (nextshape != lastshape)) {
323 lastshape = nextshape;
336 setcolor(nextshape->color);
342 t += nextshape->off[i];

Completed in 65 milliseconds