summaryrefslogtreecommitdiff
path: root/include/m_lib.h
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2023-09-10 13:45:07 -0300
committerGitHub <noreply@github.com>2023-09-10 09:45:07 -0700
commit67934dfa87091278cad91df45e9b9577236e5742 (patch)
tree688298159de2684a2794c94d0d1c93bfb34894b0 /include/m_lib.h
parent28cdec47bc4cc93bdfbc5fbeeda2a827817d07a8 (diff)
`m_mail.c` OK (#92)
* C files * mMl_clear_mail * bunch of functions * mMl_clear_mail_header_common, mMl_copy_mail_header_common * mMl_hunt_for_send_address * mMl_set_mail_name_npcinfo, mMl_get_npcinfo_from_mail_name * mMl_check_send_mail * mMl_check_set_present_myself * func_8009C284_jp * func_8009C1C0_jp * func_8009C2D8_jp * renames * format * fix
Diffstat (limited to 'include/m_lib.h')
-rw-r--r--include/m_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_lib.h b/include/m_lib.h
index 005c7d6..2478201 100644
--- a/include/m_lib.h
+++ b/include/m_lib.h
@@ -7,7 +7,7 @@
struct Game_Play;
-void mem_copy(u8* dst, u8* src, u32 size);
+void mem_copy(void* dst, void* src, u32 size);
s32 mem_clear(void* ptr, size_t size, u8 value);
// void mem_cmp();
f32 cos_s(s16 angle);