diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-06-15 13:20:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 13:20:52 -0400 |
commit | 96e70f26eb3fb7bb88e6b211c3fc6298964404a1 (patch) | |
tree | 3745500ae9226dc74503b5b6660fa0315cd5aead /include/MWC_string.h | |
parent | b96fe608981c7693210f8711b64b1573edae71dc (diff) | |
parent | c1347194db3ca34035901203deaebf0141357524 (diff) |
Merge pull request #168 from PikalaxALT/pikalax_work
Decompile party.s
Diffstat (limited to 'include/MWC_string.h')
-rw-r--r-- | include/MWC_string.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 |