diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-21 10:50:15 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-21 10:50:15 +0200 |
commit | 9ee9a20152694f456841eb890b986d42f3c50e26 (patch) | |
tree | 2998678c0f3db391b080318633bc506248542ecb /include/easy_chat.h | |
parent | 3919b7130b2a8709562b012099947923a16af02d (diff) | |
parent | ed9e0e20547e2c96833cddea67c6b423ef7af7ef (diff) |
fix merge conflicts
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 5143aa39c..fc44b6a8a 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -29,5 +29,8 @@ enum }; void InitEasyChatPhrases(void); +void easy_chat_input_maybe(void); +void CopyEasyChatWord(u8 *, u16); +bool32 sub_811F8D8(u16); #endif // GUARD_EASYCHAT_H |