]> icculus.org git repositories - theoddone33/hhexen.git/blob - include/ct_chat.h
Drop in SDL
[theoddone33/hhexen.git] / include / ct_chat.h
1 //
2 // Chat mode stuff
3 //
4
5 #define CT_PLR_GREEN    1
6 #define CT_PLR_YELLOW   2
7 #define CT_PLR_RED              3
8 #define CT_PLR_BLUE             4
9 #define CT_PLR_ALL              5
10
11 #define CT_KEY_GREEN    'g'
12 #define CT_KEY_YELLOW   'y'
13 #define CT_KEY_RED              'r'
14 #define CT_KEY_BLUE             'b'
15 #define CT_KEY_ALL              't'
16