summaryrefslogtreecommitdiff
path: root/src/hexen/ct_chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/ct_chat.h')
-rw-r--r--src/hexen/ct_chat.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/hexen/ct_chat.h b/src/hexen/ct_chat.h
new file mode 100644
index 00000000..0f8b2826
--- /dev/null
+++ b/src/hexen/ct_chat.h
@@ -0,0 +1,15 @@
+//
+// Chat mode stuff
+//
+
+#define CT_PLR_GREEN 1
+#define CT_PLR_YELLOW 2
+#define CT_PLR_RED 3
+#define CT_PLR_BLUE 4
+#define CT_PLR_ALL 5
+
+#define CT_KEY_GREEN 'g'
+#define CT_KEY_YELLOW 'y'
+#define CT_KEY_RED 'r'
+#define CT_KEY_BLUE 'b'
+#define CT_KEY_ALL 't'