diff options
Diffstat (limited to 'include/constants/colors.h')
-rw-r--r-- | include/constants/colors.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/constants/colors.h b/include/constants/colors.h new file mode 100644 index 0000000..26d3ca6 --- /dev/null +++ b/include/constants/colors.h @@ -0,0 +1,12 @@ +#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 + +#endif //GUARD_CONSTANTS_COLORS_H |