Organize code structure, generate CBMD files without premade headers.

This commit is contained in:
Steveice10
2015-01-23 18:37:10 -08:00
parent 78ee395ea5
commit 9360d55bd5
13 changed files with 245 additions and 103 deletions

8
source/3ds/lz11.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __LZ11_H__
#define __LZ11_H__
#include "types.h"
u8* lz11_compress(u8* input, u32 inputSize, u32* size);
#endif