diff options
Diffstat (limited to 'arm9/lib/include/MI_uncompress.h')
-rw-r--r-- | arm9/lib/include/MI_uncompress.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arm9/lib/include/MI_uncompress.h b/arm9/lib/include/MI_uncompress.h deleted file mode 100644 index defafa8c..00000000 --- a/arm9/lib/include/MI_uncompress.h +++ /dev/null @@ -1,7 +0,0 @@ -#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 |