0
0
Fork 0
mirror of https://github.com/ZDoom/Raze.git synced 2025-03-08 09:51:22 +00:00
raze/polymer/build/include/lzwnew.h

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);