0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-06-03 02:21:03 +00:00
raze-gles/polymer/build/include/lzwnew.h

3 lines
180 B
C
Raw Normal View History

int lzwcompress (unsigned char *ucompbuf, int ucompleng, unsigned char *compbuf);
int lzwuncompress (unsigned char *compbuf, int compleng, unsigned char *ucompbuf, int ucompleng);