From 06bf4df1563954d99420e114a239119d10ff7632 Mon Sep 17 00:00:00 2001 From: Cerapter Date: Thu, 26 Jul 2018 23:19:41 +0200 Subject: [PATCH] Prepared alternate colours. --- datatypes.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/datatypes.h b/datatypes.h index 37d3e99..4439107 100644 --- a/datatypes.h +++ b/datatypes.h @@ -103,7 +103,9 @@ enum COLOR ORANGE, BLUE, YELLOW, - RAINBOW + RAINBOW, + PINK, + PURPLE }; #endif // DATATYPES_H