mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Add support for header-less DEFLATE data to love.data.compress/decompress.
This commit is contained in:
@@ -40,6 +40,7 @@ public:
|
||||
FORMAT_LZ4,
|
||||
FORMAT_ZLIB,
|
||||
FORMAT_GZIP,
|
||||
FORMAT_DEFLATE,
|
||||
FORMAT_MAX_ENUM
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user