makerom v0.6

This commit is contained in:
3DSGuy
2014-04-08 13:09:00 +08:00
parent 26772b49c8
commit 9cb89cbe8b
59 changed files with 2935 additions and 2662 deletions
+2 -5
View File
@@ -1,9 +1,6 @@
#ifndef _BLZ_H_
#define _BLZ_H_
#pragma once
#define BLZ_NORMAL 0 // normal mode
#define BLZ_BEST 1 // best mode
u8 *BLZ_Code(u8 *raw_buffer, int raw_len, u32 *new_len, int best);
#endif
u8 *BLZ_Code(u8 *raw_buffer, int raw_len, u32 *new_len, int best);