aboutsummaryrefslogtreecommitdiff
path: root/datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'datatypes.h')
-rw-r--r--datatypes.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/datatypes.h b/datatypes.h
index 05b100c..c0ca066 100644
--- a/datatypes.h
+++ b/datatypes.h
@@ -94,4 +94,17 @@ enum CHAT_MESSAGE
TEXT_COLOR
};
+enum COLOR
+{
+ WHITE = 0,
+ GREEN,
+ RED,
+ ORANGE,
+ BLUE,
+ YELLOW,
+ //NYI
+ BLACK,
+ RAINBOW
+};
+
#endif // DATATYPES_H