Functions | |
| u8 | boardCheckCollision (u8 type, u8 rot, s8 row, s8 col) |
| void | boardClear (void) |
| u8 | boardFindFullLines (LineClearResult *result) |
| u8 | boardGetCell (u8 row, u8 col) |
| void | boardLockPiece (u8 type, u8 rot, s8 row, s8 col) |
| void | boardRemoveLines (LineClearResult *result) |
Variables | |
| static u8 | board [24][10] |
| void boardClear | ( | void | ) |
| u8 boardFindFullLines | ( | LineClearResult * | result | ) |
| void boardRemoveLines | ( | LineClearResult * | result | ) |
|
static |