diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-24 15:14:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 15:14:34 +0100 |
commit | 1f9d4503c898f9138422215132b53224571a281a (patch) | |
tree | b5c7776cb962ff0aa2c8ae08eba790c34f30ab8c /include/string16.h | |
parent | 02dd778e9fa03920f4dc6a337fe4896e3d370842 (diff) | |
parent | ac7337cc6410f96eb743c46f30c195b0da805ae5 (diff) |
Merge branch 'master' into pikalax_work
Diffstat (limited to 'include/string16.h')
-rw-r--r-- | include/string16.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/string16.h b/include/string16.h index bc276ea7..69ea4e30 100644 --- a/include/string16.h +++ b/include/string16.h @@ -25,8 +25,8 @@ BOOL StringCompare(struct String *, struct String *); void CopyU16ArrayToStringN(struct String *, u16 *, u32); // copy void StringSetEmpty(struct String *); // set empty struct String * StringDup(struct String *, u32 heap_id); -int StringGetWidth(struct UnkStruct_0202199C * r7, const u16 * arr, u32 r6); -int StringGetWidth_SingleLine_HandleClearToControlCode(struct UnkStruct_0202199C * r6, const u16 * arr); +s32 StringGetWidth(struct UnkStruct_0202199C * r7, const u16 * arr, u32 r6); +s32 StringGetWidth_SingleLine_HandleClearToControlCode(struct UnkStruct_0202199C * r6, const u16 * arr); void String_dtor(struct String * str); void StringCopy(struct String * dest, struct String * src); void String16_FormatInteger(struct String * str, int num, u32 ndigits, int strConvMode, BOOL whichCharset); |