From 425da65ed46061303604610bb539d6495b2b1f3f Mon Sep 17 00:00:00 2001 From: anon5 Date: Mon, 21 Jun 2021 18:47:26 +0000 Subject: Add high-level protocol (de)serialization --- texture.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 texture.go (limited to 'texture.go') diff --git a/texture.go b/texture.go new file mode 100644 index 0000000..450cfa1 --- /dev/null +++ b/texture.go @@ -0,0 +1,3 @@ +package mt + +type Texture string -- cgit v1.2.3