From f953c730af2b90db99f709258c5d5e50fdcaadf7 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Fri, 27 Jun 2025 14:54:46 +1200 Subject: Initial commit Bringing a lot of stuff over from my maze-reader project in an attempt to split the image reading code off into a library. --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..98485a8 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Credits +Massive thanks to puff.c (https://github.com/gcc-mirror/gcc/blob/master/zlib/contrib/puff/puff.c). Huge help with figuring out zlib inflate. \ No newline at end of file -- cgit v1.2.3