mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 17:32:13 +00:00
3 lines
185 B
C
3 lines
185 B
C
|
long lzwcompress (unsigned char *ucompbuf, long ucompleng, unsigned char *compbuf);
|
||
|
long lzwuncompress (unsigned char *compbuf, long compleng, unsigned char *ucompbuf, long ucompleng);
|