diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-01 14:05:29 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-02 18:35:00 -0400 |
commit | 7632404ba5c8ad3c1a282d080f1c65d84b485798 (patch) | |
tree | 89e0e3576a918041c59c4817a664d9f4e8b31f11 /include/union_room_chat.h | |
parent | f53e2491bfe41cea6e912bef1692c2961927ef23 (diff) |
Document union_room_chat.c
Diffstat (limited to 'include/union_room_chat.h')
-rwxr-xr-x | include/union_room_chat.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/include/union_room_chat.h b/include/union_room_chat.h index 3dd22743a..dbd45c543 100755 --- a/include/union_room_chat.h +++ b/include/union_room_chat.h @@ -1,18 +1,7 @@ #ifndef GUARD_UNION_ROOM_CHAT_H #define GUARD_UNION_ROOM_CHAT_H -enum -{ - UNION_ROOM_KB_PAGE_UPPER, - UNION_ROOM_KB_PAGE_LOWER, - UNION_ROOM_KB_PAGE_EMOJI, - UNION_ROOM_KB_PAGE_COUNT -}; - -#define UNION_ROOM_KB_ROW_COUNT 10 - - void EnterUnionRoomChat(void); -void copy_strings_to_sav1(void); +void InitUnionRoomChatRegisteredTexts(void); #endif // GUARD_UNION_ROOM_CHAT_H |