diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-24 15:14:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 15:14:18 +0100 |
commit | b206a442260c00b7bb2032a4c865f4d5aeb8475c (patch) | |
tree | f6b3e4806f699a8a21be8e0d4a1c01bcccd404e9 /include/string16.h | |
parent | 5e61b9f18d4592bd964e238e2d3f45265f863cea (diff) | |
parent | ac7337cc6410f96eb743c46f30c195b0da805ae5 (diff) |
Merge branch 'master' into 0202A1E0
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); |