aboutsummaryrefslogtreecommitdiff
path: root/types/zlib.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'types/zlib.d.tl')
-rw-r--r--types/zlib.d.tl10
1 files changed, 10 insertions, 0 deletions
diff --git a/types/zlib.d.tl b/types/zlib.d.tl
new file mode 100644
index 00000000..cd08a721
--- /dev/null
+++ b/types/zlib.d.tl
@@ -0,0 +1,10 @@
1local record zlib
2 _VERSION: string
3 deflate: function(integer, integer): function(string, string): string
4 inflate: function(integer): function(string): string
5 crc32: function(): function(string): integer
6 compress: function(string, integer, integer, integer): string
7 decompress: function(string, integer): string
8 crc32: function((function(string): integer), string): integer
9end
10return zlib \ No newline at end of file