mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
2 lines
180 B
C
2 lines
180 B
C
int lzwcompress (unsigned char *ucompbuf, int ucompleng, unsigned char *compbuf);
|
|
int lzwuncompress (unsigned char *compbuf, int compleng, unsigned char *ucompbuf, int ucompleng);
|