diff options
| author | Juan Linietsky | 2017-07-17 21:05:38 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-07-17 22:18:58 -0300 |
| commit | bbada82f8088e18b663f087484fcbb662dd76a5a (patch) | |
| tree | 5ea77e84771dd4502cef44642001a689fab3cd87 /core/io/compression.h | |
| parent | f36cd77feb9790847c6123eccfa18be74fc89b32 (diff) | |
| download | godot-bbada82f8088e18b663f087484fcbb662dd76a5a.tar.gz godot-bbada82f8088e18b663f087484fcbb662dd76a5a.tar.zst godot-bbada82f8088e18b663f087484fcbb662dd76a5a.zip | |
Diffstat (limited to 'core/io/compression.h')
| -rw-r--r-- | core/io/compression.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/io/compression.h b/core/io/compression.h index bc39fc418..5eb7806d7 100644 --- a/core/io/compression.h +++ b/core/io/compression.h @@ -33,7 +33,12 @@ #include "typedefs.h" class Compression { + public: + static int zlib_level; + static int gzip_level; + static int zstd_level; + enum Mode { MODE_FASTLZ, MODE_DEFLATE, |
