old-bannertool/source/3ds/lz11.h
2015-01-23 22:46:41 -08:00

8 lines
No EOL
125 B
C

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