Home | History | Annotate | Download | only in tetris

Lines Matching refs:board

79  * taking the current board into account.
86 if (board[pos] || board[pos + *o++] || board[pos + *o++] ||
87 board[pos + *o])
93 * Write the given shape into the current board, turning it on
102 board[pos] = onoff;
103 board[pos + *o++] = onoff;
104 board[pos + *o++] = onoff;
105 board[pos + *o] = onoff;