|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Variables | |
| constexpr int | gridOffset = 200 |
| constexpr int | cellSize = 23 |
| constexpr int | numRows = 20 |
| constexpr int | numCols = 10 |
| constexpr int | gridWidth = cellSize * numCols |
| constexpr int | gridHeight = cellSize * numRows |
| constexpr int | gridWidthWithOffset = gridOffset + gridWidth |
|
constexpr |
Referenced by Block::Block(), and Grid::Grid().
|
constexpr |
Referenced by Game::Draw(), Grid::Draw(), and main().
|
constexpr |
Referenced by main().
|
constexpr |
Referenced by Block::Reset().
|
constexpr |