diff options
| author | Rémi Verschelde | 2017-07-17 22:40:47 +0200 |
|---|---|---|
| committer | GitHub | 2017-07-17 22:40:47 +0200 |
| commit | 869135515818550093a10f896df3cb3434c527de (patch) | |
| tree | fc9d00a476cc918cdfc10fc619093d0a494d8daa /core/bind/core_bind.cpp | |
| parent | 4680effcb3a204c94cdf84e074d1852f94e25ace (diff) | |
| parent | 0f765c86e5b7fc771f5559b9e46999bd8e6239aa (diff) | |
| download | godot-869135515818550093a10f896df3cb3434c527de.tar.gz godot-869135515818550093a10f896df3cb3434c527de.tar.zst godot-869135515818550093a10f896df3cb3434c527de.zip | |
Merge pull request #9634 from vnen/gzip-compression
Add GZIP compression support
Diffstat (limited to 'core/bind/core_bind.cpp')
| -rw-r--r-- | core/bind/core_bind.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp index e863078a4..a5ec9c1af 100644 --- a/core/bind/core_bind.cpp +++ b/core/bind/core_bind.cpp @@ -1780,6 +1780,7 @@ void _File::_bind_methods() { BIND_CONSTANT(COMPRESSION_FASTLZ); BIND_CONSTANT(COMPRESSION_DEFLATE); BIND_CONSTANT(COMPRESSION_ZSTD); + BIND_CONSTANT(COMPRESSION_GZIP); } _File::_File() { |
