diff options
| author | Ferenc Arn | 2017-10-26 16:42:02 -0400 |
|---|---|---|
| committer | Ferenc Arn | 2017-10-27 12:26:13 -0400 |
| commit | f3436a841a3b59fc3a9deb94d5fdfd1e550d0351 (patch) | |
| tree | 5fb9a624e5072fcb8b7a4189dcddcf370ed263cf /core/io/compression.h | |
| parent | 01815e9b5f1ec97d0018ee843a07fa73f450f1bf (diff) | |
| download | godot-f3436a841a3b59fc3a9deb94d5fdfd1e550d0351.tar.gz godot-f3436a841a3b59fc3a9deb94d5fdfd1e550d0351.tar.zst godot-f3436a841a3b59fc3a9deb94d5fdfd1e550d0351.zip | |
Diffstat (limited to 'core/io/compression.h')
| -rw-r--r-- | core/io/compression.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/io/compression.h b/core/io/compression.h index 22d8109d4..5a9aedec3 100644 --- a/core/io/compression.h +++ b/core/io/compression.h @@ -38,6 +38,8 @@ public: static int zlib_level; static int gzip_level; static int zstd_level; + static bool zstd_long_distance_matching; + static int zstd_window_log_size; enum Mode { MODE_FASTLZ, |
