mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-10 18:16:29 -05:00
7 lines
140 B
C
7 lines
140 B
C
#ifndef NITRO_MI_UNCOMPRESS_H_
|
|
#define NITRO_MI_UNCOMPRESS_H_
|
|
|
|
void MIi_UncompressBackward(void * bottom);
|
|
|
|
#endif //NITRO_MI_UNCOMPRESS_H_
|