diff options
Diffstat (limited to 'Xenogears/test-dlzss.cpp')
-rw-r--r-- | Xenogears/test-dlzss.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Xenogears/test-dlzss.cpp b/Xenogears/test-dlzss.cpp new file mode 100644 index 0000000..ecd0f7e --- /dev/null +++ b/Xenogears/test-dlzss.cpp @@ -0,0 +1,7 @@ +#include <stdio.h> +#include "lzss.h" + +int main(void) { + lzss_decomp(0, 1); + return 0; +} |