old-bannertool/source/3ds/lz11.h

8 lines
122 B
C
Raw Normal View History

2015-01-23 06:06:24 +00:00
#ifndef __LZ11_H__
#define __LZ11_H__
#include "types.h"
u8* lz11_compress(u8* input, u32 inputSize, u32* size);
2015-01-23 06:06:24 +00:00
#endif