diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-04-03 00:09:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 15:09:06 -0700 |
| commit | 1ffded6b490c23db809aa46c5c186dd8d554b271 (patch) | |
| tree | e7b151646dc53d793c931f8f60107e1aa112a8d6 /include/m_msg_main.h | |
| parent | d8789801b89077422faa376de4bb7f2d564c1103 (diff) | |
m_string OK (#162)
* m_string OK
* replace with defines
Diffstat (limited to 'include/m_msg_main.h')
| -rw-r--r-- | include/m_msg_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_msg_main.h b/include/m_msg_main.h index 2fbefee..fbb49f2 100644 --- a/include/m_msg_main.h +++ b/include/m_msg_main.h @@ -76,7 +76,7 @@ void mMsg_Set_mail_str(UNK_PTR arg0, s32 arg1, char* str, s32 size); // void func_8009E6C4_jp(); // void func_8009E6D4_jp(); // void func_8009E6F8_jp(); -// void func_8009E8D0_jp(); +size_t mMsg_Get_Length_String(char*, s32); // void func_8009E908_jp(); // void func_8009E94C_jp(); // void func_8009E970_jp(); |
