agsprite: add support for new deflate compression
commit3f4bbf43751442f1ed92656c95a8926707f80879
authorrofl0r <rofl0r@users.noreply.github.com>
Thu, 12 Oct 2023 01:43:25 +0000 (12 01:43 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Thu, 12 Oct 2023 01:43:25 +0000 (12 01:43 +0000)
treed85f536714bfbd56e77c25c418e7f9e63d5b2462
parent0b626a913be38fe09083472b289395844f6df3d5
agsprite: add support for new deflate compression

introduced in https://github.com/adventuregamestudio/ags/commit/028dbe1bb3d74e78affd982488f1b9a0bac3068d#diff-7e34d9a2db86773b379919ed4aa96f1fe28e5dafc5fe5b5e75d204db8a66856d

closes #35

the cut down miniz decompressor was taken from my gnuboy project.
Makefile
SpriteFile.c
miniz.h [new file with mode: 0644]
miniz_tinfl.c [new file with mode: 0644]