diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-02 14:05:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-02 14:05:35 -0600 |
commit | 2912ec0e37360ede1bae882f0ea2457ec336f16f (patch) | |
tree | 7a2b5d14e654e6f8171548692dc5f241de8cb748 /include/string_util.h | |
parent | c123b8d6f1787abce2d1e3920d40192811b5fa39 (diff) | |
parent | 9828e0e97b8403a7614f4bec127af9233ae923cb (diff) |
Merge pull request #420 from DizzyEggg/bored
Get rid of static functions in includ and add req macro arguments
Diffstat (limited to 'include/string_util.h')
-rw-r--r-- | include/string_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/string_util.h b/include/string_util.h index 67149bca0..d7a005ec5 100644 --- a/include/string_util.h +++ b/include/string_util.h @@ -39,7 +39,6 @@ u8 *WriteColorChangeControlCode(u8 *dest, u32 colorType, u8 color); bool32 IsStringJapanese(u8 *str); bool32 sub_800924C(u8 *str, s32 n); u8 GetExtCtrlCodeLength(u8 code); -static const u8 *SkipExtCtrlCode(const u8 *s); s32 StringCompareWithoutExtCtrlCodes(const u8 *str1, const u8 *str2); void ConvertInternationalString(u8 *s, u8 language); void StripExtCtrlCodes(u8 *str); |