bannertool/source/3ds/lz11.h

8 lines
117 B
C
Raw Normal View History

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