mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
14 lines
278 B
C
14 lines
278 B
C
#ifndef GUARD_CONSTANTS_COLORS_H
|
|
#define GUARD_CONSTANTS_COLORS_H
|
|
|
|
#define COLOR_WHITE 0
|
|
#define COLOR_BLUE 1
|
|
#define COLOR_RED 2
|
|
#define COLOR_BLACK 3
|
|
#define COLOR_GREEN 4
|
|
#define COLOR_CYAN 5
|
|
#define COLOR_YELLOW 6
|
|
#define COLOR_WHITE_2 7
|
|
|
|
#endif //GUARD_CONSTANTS_COLORS_H
|