diff options
Diffstat (limited to 'arm9/lib/include/MI_uncompress.h')
-rw-r--r-- | arm9/lib/include/MI_uncompress.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arm9/lib/include/MI_uncompress.h b/arm9/lib/include/MI_uncompress.h index 55f28e27..defafa8c 100644 --- a/arm9/lib/include/MI_uncompress.h +++ b/arm9/lib/include/MI_uncompress.h @@ -1,6 +1,7 @@ -#ifndef NITRO_MI_UNCOMPRESS_H_ -#define NITRO_MI_UNCOMPRESS_H_ +#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 //NITRO_MI_UNCOMPRESS_H_ +#endif //POKEDIAMOND_MI_UNCOMPRESS_H |