summaryrefslogtreecommitdiff
path: root/meta/3rd/Defold/library/zlib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Defold/library/zlib.lua')
m---------meta/3rd/Defold0
-rw-r--r--meta/3rd/Defold/library/zlib.lua18
2 files changed, 0 insertions, 18 deletions
diff --git a/meta/3rd/Defold b/meta/3rd/Defold
new file mode 160000
+Subproject 05379b40fb3084d82f7270475e42da8d521c4da
diff --git a/meta/3rd/Defold/library/zlib.lua b/meta/3rd/Defold/library/zlib.lua
deleted file mode 100644
index 9d05c192..00000000
--- a/meta/3rd/Defold/library/zlib.lua
+++ /dev/null
@@ -1,18 +0,0 @@
----Zlib compression API documentation
----Functions for compression and decompression of string buffers.
----@class zlib
-zlib = {}
----A lua error is raised is on error
----@param buf string # buffer to deflate
----@return string # deflated buffer
-function zlib.deflate(buf) end
-
----A lua error is raised is on error
----@param buf string # buffer to inflate
----@return string # inflated buffer
-function zlib.inflate(buf) end
-
-
-
-
-return zlib \ No newline at end of file