diff options
| -rw-r--r-- | datatypes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/datatypes.h b/datatypes.h index 37d3e99a..4439107e 100644 --- a/datatypes.h +++ b/datatypes.h @@ -103,7 +103,9 @@ enum COLOR ORANGE, BLUE, YELLOW, - RAINBOW + RAINBOW, + PINK, + PURPLE }; #endif // DATATYPES_H |
