mirror of
https://github.com/Lorenzooone/Pokemon-Gen3-to-Gen-X.git
synced 2026-04-26 08:37:40 -05:00
1 line
210 B
C
1 line
210 B
C
#ifndef _DCMPRSS_HEADER_
|
|
#define _DCMPRSS_HEADER_
|
|
|
|
extern int swi_LZ77UnCompWrite16bit(const void *source, void *destination);
|
|
extern int swi_LZ77UnCompWrite8bit(const void *source, void *destination);
|
|
|
|
#endif
|