summaryrefslogtreecommitdiff
path: root/Xenogears/test-dlz77.cpp
diff options
context:
space:
mode:
authorPixel <Pixel>2002-05-04 17:53:08 +0000
committerPixel <Pixel>2002-05-04 17:53:08 +0000
commit24fb33726eca4e8c5a88797adc9c17f4d541f543 (patch)
tree72b385bd9e880e699e43c7db3ba12817f0e8e45e /Xenogears/test-dlz77.cpp
Initial revision
Diffstat (limited to 'Xenogears/test-dlz77.cpp')
-rw-r--r--Xenogears/test-dlz77.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Xenogears/test-dlz77.cpp b/Xenogears/test-dlz77.cpp
new file mode 100644
index 0000000..98373a6
--- /dev/null
+++ b/Xenogears/test-dlz77.cpp
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include "lz77.h"
+
+int main(void) {
+ lz77_decomp(0, 1);
+ return 0;
+}