diff options
Diffstat (limited to 'types/zlib.d.tl')
-rw-r--r-- | types/zlib.d.tl | 10 |
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 @@ | |||
1 | local 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 | ||
9 | end | ||
10 | return zlib \ No newline at end of file | ||