diff options
Diffstat (limited to 'arm9/lib/NitroSDK/include/MI_uncompress.h')
-rw-r--r-- | arm9/lib/NitroSDK/include/MI_uncompress.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arm9/lib/NitroSDK/include/MI_uncompress.h b/arm9/lib/NitroSDK/include/MI_uncompress.h new file mode 100644 index 00000000..defafa8c --- /dev/null +++ b/arm9/lib/NitroSDK/include/MI_uncompress.h @@ -0,0 +1,7 @@ +#ifndef POKEDIAMOND_MI_UNCOMPRESS_H +#define POKEDIAMOND_MI_UNCOMPRESS_H + +void MIi_UncompressBackward(void * bottom); +void MI_UncompressLZ8(register const void *srcp, register void *destp); + +#endif //POKEDIAMOND_MI_UNCOMPRESS_H |