Document easy_chat

This commit is contained in:
PikalaxALT
2019-11-01 16:40:31 -04:00
parent 115fd2aa9b
commit 2100eb9d81
8 changed files with 134 additions and 131 deletions
+2
View File
@@ -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