diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-01 16:40:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-01 16:40:31 -0400 |
commit | 2100eb9d8194683f8814237c16333b76bfb2c0c9 (patch) | |
tree | c73e13e8be2551cb9e59bab251a23268eac408b4 /include/constants/easy_chat.h | |
parent | 115fd2aa9b8a57e55666e1ac7cff01fc34b63f4a (diff) |
Document easy_chat
Diffstat (limited to 'include/constants/easy_chat.h')
-rw-r--r-- | include/constants/easy_chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/easy_chat.h b/include/constants/easy_chat.h index 11a8a1ba7..746f10679 100644 --- a/include/constants/easy_chat.h +++ b/include/constants/easy_chat.h @@ -1076,4 +1076,6 @@ #define EC_INDEX(word) ((word) & 0x1FF) #define EC_WORD(groupId, index) ((((groupId) & 0x7F) << 9) | ((index) & 0x1FF)) +#define EC_WORD_UNDEFINED (0xFFFF) + #endif // GUARD_CONSTANTS_EASY_CHAT_H |