diff options
Diffstat (limited to 'texture.go')
-rw-r--r-- | texture.go | 3 |
1 files changed, 3 insertions, 0 deletions
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 |