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

  /src/games/tetris/
tetris.c 68 const struct shape *nextshape; variable in typeref:typename:const struct shape *
219 nextshape = randshape();
250 curshape = nextshape;
251 nextshape = randshape();

Completed in 11 milliseconds