diff options
author | yenatch <yenatch@gmail.com> | 2017-06-25 00:31:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 00:31:41 -0400 |
commit | 8dd12ad0e3faeee0e88b62bf486a764717b171fe (patch) | |
tree | b776589bf88596d7280011c3ea1d9befd32b287f /include/easy_chat.h | |
parent | e72babd734ab7fd4e5c6d29f456b82d5e76e1bde (diff) | |
parent | 2cae14cf5ae83831d5c387b3823de34d8d476908 (diff) |
Merge pull request #324 from marijnvdwerf/de/integrate-data-includes
Integrate German
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 6b04f524b..03e9bb737 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -41,4 +41,8 @@ void sub_80EB890(u8); u8 sub_80EB8C0(void); u16 sub_80EB8EC(void); +#if GERMAN +u32 de_sub_80EB748(u32, u32); +#endif + #endif // GUARD_EASYCHAT_H |