diff options
Diffstat (limited to 'src/qcommon/q_shared.h')
-rw-r--r-- | src/qcommon/q_shared.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index 232982f5..84e2c2b4 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -1326,4 +1326,7 @@ typedef enum { #define SAY_TEAM 1 #define SAY_TELL 2 +#define MAX_EMOTICON_NAME_LEN 16 +#define MAX_EMOTICONS 64 + #endif // __Q_SHARED_H |