bannertool/source/lz11.h
2015-01-22 22:06:24 -08:00

8 lines
122 B
C

#ifndef __LZ11_H__
#define __LZ11_H__
#include "types.h"
u8* compress_lz11(u8* input, u32 inputSize, u32* size);
#endif