Document easy_chat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user