diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-02 12:40:00 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-02 12:40:00 -0400 |
commit | 2ac3ad3e607c0c54d28223825b39b9e695022b5c (patch) | |
tree | 3bff8424909b1038b72ca4b310f12f9e0835088b /include/union_room_chat.h | |
parent | 67152b92424419a470ed2bb0cf5e5f8a8ced38de (diff) | |
parent | cb528cb543ab98a58ba2b5a78524c3542ed80f62 (diff) |
Review changes for #819 and merge
Diffstat (limited to 'include/union_room_chat.h')
-rwxr-xr-x | include/union_room_chat.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/union_room_chat.h b/include/union_room_chat.h index 17e482525..e7ca9d46e 100755 --- a/include/union_room_chat.h +++ b/include/union_room_chat.h @@ -1,6 +1,17 @@ #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 sub_801DD98(void); void copy_strings_to_sav1(void); |