HomeSort by: relevance | last modified time | path
    Searched defs:nextshape (Results 1 - 2 of 2) 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();
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 37 milliseconds