summaryrefslogtreecommitdiffstats
path: root/core/io/file_access.cpp
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2023-03-29 09:31:25 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2023-03-29 22:43:36 +0300
commit0e4bd964cc60a199b22ae0621c81c804c74b7964 (patch)
treea644fa80581923d6daca2a4c03e3218fcce0470a /core/io/file_access.cpp
parentc29866dbc05694594b9be68b8d451816c7a0889d (diff)
downloadredot-engine-0e4bd964cc60a199b22ae0621c81c804c74b7964.tar.gz
Expose brotli decompression to the scripting API.
Diffstat (limited to 'core/io/file_access.cpp')
-rw-r--r--core/io/file_access.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/io/file_access.cpp b/core/io/file_access.cpp
index 3d10151327..a6a1a224b3 100644
--- a/core/io/file_access.cpp
+++ b/core/io/file_access.cpp
@@ -871,4 +871,5 @@ void FileAccess::_bind_methods() {
BIND_ENUM_CONSTANT(COMPRESSION_DEFLATE);
BIND_ENUM_CONSTANT(COMPRESSION_ZSTD);
BIND_ENUM_CONSTANT(COMPRESSION_GZIP);
+ BIND_ENUM_CONSTANT(COMPRESSION_BROTLI);
}