|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Go to the source code of this file.
Namespaces | |
| namespace | Constants |
| namespace | UIPadding |
| namespace | UIFont |
Variables | |
| constexpr int | Constants::gridOffset = 200 |
| constexpr int | Constants::cellSize = 23 |
| constexpr int | Constants::numRows = 20 |
| constexpr int | Constants::numCols = 10 |
| constexpr int | Constants::gridWidth = cellSize * numCols |
| constexpr int | Constants::gridHeight = cellSize * numRows |
| constexpr int | Constants::gridWidthWithOffset = gridOffset + gridWidth |
| constexpr int | UIPadding::tiny = 6 |
| constexpr int | UIPadding::small = 12 |
| constexpr int | UIPadding::medium = 24 |
| constexpr int | UIPadding::large = 36 |
| constexpr int | UIFont::tiny = 8 |
| constexpr int | UIFont::small = 16 |
| constexpr int | UIFont::medium = 24 |
| constexpr int | UIFont::large = 32 |
| constexpr int | UIFont::xlarge = 40 |