aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/struct.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/struct.d.tl')
-rw-r--r--teal-src/util/struct.d.tl6
1 files changed, 0 insertions, 6 deletions
diff --git a/teal-src/util/struct.d.tl b/teal-src/util/struct.d.tl
deleted file mode 100644
index 201aaa23..00000000
--- a/teal-src/util/struct.d.tl
+++ /dev/null
@@ -1,6 +0,0 @@
-local record lib
- pack : function (string, ...:any) : string
- unpack : function(string, string, integer) : any...
- size : function(string) : integer
-end
-return lib