diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-13 08:47:26 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-13 08:47:26 -0400 |
commit | 74c59af856216332b6c73cbc382edff3518a0eab (patch) | |
tree | be3d719251bc1dc308a149df9b87d7618f4192ba /include/strings.h | |
parent | 3c4478b370e5ad472c38b8c31ae17c5b49cb8083 (diff) |
sub_8121A1C
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h new file mode 100644 index 000000000..68e5c9d35 --- /dev/null +++ b/include/strings.h @@ -0,0 +1,12 @@ +#ifndef GUARD_STRINGS_H +#define GUARD_STRINGS_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations + +extern const u8 gText_FromSpace[]; + +#endif //GUARD_STRINGS_H |