diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-23 19:11:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 19:11:36 +0100 |
commit | ac7337cc6410f96eb743c46f30c195b0da805ae5 (patch) | |
tree | 49b37975265caa4380b170c59c069ffea1710479 /include/string16.h | |
parent | 66d408a02664eabd153377fe3f4842da0da2d627 (diff) | |
parent | c5a2721fff4710a92cd68cb801f593f7e44357f1 (diff) |
Merge pull request #413 from remicalixte/unk_02002F08
decompile unk_02002F08.s
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); |