Home
last modified time | relevance | path

Searched refs:randshape (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/tetris/
H A Dtetris.c219 nextshape = randshape(); in main()
220 curshape = randshape(); in main()
251 nextshape = randshape(); in main()
H A Dtetris.h133 #define randshape() (&shapes[arc4random_uniform(7)]) macro