diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-23 13:36:55 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-23 13:36:55 +0200 |
commit | 5b703079627cf11a123e3f1a7e7f0e5e0fbeb9ed (patch) | |
tree | cdd424af6aa370aa8af7dcf2bb0f5a2ce48965ad /include/international_string_util.h | |
parent | 7d1373e3fa239d74d69b5b3a7cb78b2272a6f54d (diff) |
revert merge coz its bugged
Diffstat (limited to 'include/international_string_util.h')
-rw-r--r-- | include/international_string_util.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/international_string_util.h b/include/international_string_util.h index 9d9735a52..1c2836132 100644 --- a/include/international_string_util.h +++ b/include/international_string_util.h @@ -1,20 +1,20 @@ #ifndef GUARD_INTERNATIONAL_STRING_UTIL_H #define GUARD_INTERNATIONAL_STRING_UTIL_H -#include "menu.h" - void sub_81DB52C(const u8 *src); void TVShowConvertInternationalString(u8 *dest, const u8 *src, u8 language); +u32 sub_81DB604(const u8 *); s32 GetStringCenterAlignXOffset(s32 fontId, const u8 *str, s32 totalWidth); s32 GetStringRightAlignXOffset(s32 fontId, const u8 *str, s32 totalWidth); s32 GetStringCenterAlignXOffsetWithLetterSpacing(s32 fontId, const u8 *str, s32 totalWidth, s32 letterSpacing); s32 GetStringWidthDifference(s32 fontId, const u8 *str, s32 totalWidth, s32 letterSpacing); -s32 GetMaxWidthInMenuTable(const struct MenuAction *str, s32 arg1); -s32 sub_81DB3D8(const struct MenuAction *str, u8* arg1, s32 arg2); +s32 GetMaxWidthInMenuTable(const u8 **str, s32 arg1); +s32 sub_81DB3D8(const u8 **str, u8* arg1, s32 arg2); // sub_81DB41C // sub_81DB468 // sub_81DB494 // sub_81DB4DC +// sub_81DB52C // sub_81DB554 // sub_81DB5AC u32 sub_81DB604(const u8 *); |