ReactOS 0.4.16-dev-41-ge8c7597
|
Go to the source code of this file.
Macros | |
#define | SCREEN_WIDTH 640 |
#define | SCREEN_HEIGHT 480 |
#define | BV_COLOR_BLACK 0 |
#define | BV_COLOR_RED 1 |
#define | BV_COLOR_GREEN 2 |
#define | BV_COLOR_BROWN 3 |
#define | BV_COLOR_BLUE 4 |
#define | BV_COLOR_MAGENTA 5 |
#define | BV_COLOR_CYAN 6 |
#define | BV_COLOR_DARK_GRAY 7 |
#define | BV_COLOR_LIGHT_GRAY 8 |
#define | BV_COLOR_LIGHT_RED 9 |
#define | BV_COLOR_LIGHT_GREEN 10 |
#define | BV_COLOR_YELLOW 11 |
#define | BV_COLOR_LIGHT_BLUE 12 |
#define | BV_COLOR_LIGHT_MAGENTA 13 |
#define | BV_COLOR_LIGHT_CYAN 14 |
#define | BV_COLOR_WHITE 15 |
#define | BV_COLOR_NONE 16 |
#define | BV_MAX_COLORS 16 |