Major cleanup.

This commit is contained in:
Steveice10
2017-02-17 23:47:03 -08:00
parent 04b124f400
commit 08ab0d1c2c
14 changed files with 843 additions and 629 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
#include "../types.h"
u8* lz11_compress(u8* input, u32 inputSize, u32* size);
void* lz11_compress(u32* size, void* input, u32 inputSize);
#endif