index
:
PSX-Bundle
master
nobis
origin
Unnamed repository; edit this file to name it for gitweb.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xenogears
/
test-dlz77.cpp
blob: 98373a6fa8aabfad0c2af98f595f10843de42117 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> #include "lz77.h" int main(void) { lz77_decomp(0, 1); return 0; }