mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
15 lines
231 B
C
15 lines
231 B
C
#ifndef GUARD_NTRUNCOMPBW_H
|
|
#define GUARD_NTRUNCOMPBW_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
uint32_t MIi_UncompressBackwards(unsigned char ** out_p, size_t compsize);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif //GUARD_NTRUNCOMPBW_H
|