summaryrefslogtreecommitdiff
path: root/arm9/lib/include/MI_memory.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-27 20:32:11 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-27 20:32:11 -0400
commit2e9279dcbfb3233016da8619c3a86949aa79f151 (patch)
treed34acea32a042557c0fe796693bfc33aab029aa8 /arm9/lib/include/MI_memory.h
parentbe5331bc676989ca5c054975afec2a8cc5e06f3b (diff)
parentd42cc73852cdb0cc0684bb87aaa6975d06cae02f (diff)
Merge branch 'master' of https://github.com/martmists/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/include/MI_memory.h')
-rw-r--r--arm9/lib/include/MI_memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/MI_memory.h b/arm9/lib/include/MI_memory.h
index d9935a5f..0ebb3560 100644
--- a/arm9/lib/include/MI_memory.h
+++ b/arm9/lib/include/MI_memory.h
@@ -6,5 +6,6 @@ void MI_CpuCopy8(void const *src, void *dest, u32 size);
static inline void MI_CpuClear8(void *dest, u32 size) {
MI_CpuFill8(dest, 0, size);
}
+void MIi_CpuCopy16(const void *src, void *dst, u32 size);
#endif //NITRO_MI_MEMORY_H_