mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +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);
|