diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-23 19:51:13 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-23 19:51:13 +0200 |
commit | c5a2721fff4710a92cd68cb801f593f7e44357f1 (patch) | |
tree | 49b37975265caa4380b170c59c069ffea1710479 /include/string16.h | |
parent | 4f67da10102f766b53bc209415649c8cd2e61b48 (diff) |
int -> s32
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); |