From 55f80230851c779c39c75e50e63686b2e515c8c1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 15 Jun 2020 12:52:32 -0400 Subject: Decompile party.s --- include/MWC_string.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/MWC_string.h (limited to 'include/MWC_string.h') diff --git a/include/MWC_string.h b/include/MWC_string.h new file mode 100644 index 00000000..d2980fb6 --- /dev/null +++ b/include/MWC_string.h @@ -0,0 +1,8 @@ +#ifndef GUARD_MWC_STRING_H +#define GUARD_MWC_STRING_H + +#include "nitro/types.h" + +void * memset(void *, int, u32); + +#endif //GUARD_MWC_STRING_H -- cgit v1.2.3