blob: defafa8c543511917ef48c4ae35b9f0a2e6d9734 (
plain)
1
2
3
4
5
6
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
|