diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-21 12:46:28 +0200 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-24 16:14:44 -0400 |
commit | 17d352b0f8f2e17c02fac0b8e3e2238b7cd44f37 (patch) | |
tree | 4e05f43df8236c00a0a811d057e557471b2efa2d /src/mail.c | |
parent | 8ba066d303825722a78ffbc67cecc0f4598f6f1e (diff) |
Add strings2.h
Diffstat (limited to 'src/mail.c')
-rw-r--r-- | src/mail.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mail.c b/src/mail.c index 807864332..4ec107011 100644 --- a/src/mail.c +++ b/src/mail.c @@ -8,6 +8,7 @@ #include "rom4.h" #include "sprite.h" #include "string_util.h" +#include "strings2.h" #include "task.h" #include "text.h" @@ -70,8 +71,6 @@ extern u16 gUnknown_083E562C[][2]; extern struct MailLayout gUnknown_083E5730[]; extern struct MailLayout gUnknown_083E57A4[]; -extern u8 gOtherText_From[]; - static u8 sub_80F8A28(void); static void sub_80F8D50(void); static void sub_80F8DA0(void); |