summaryrefslogtreecommitdiffstats
path: root/Texture.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Texture.hs')
-rw-r--r--Texture.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Texture.hs b/Texture.hs
new file mode 100644
index 0000000..083d9ac
--- /dev/null
+++ b/Texture.hs
@@ -0,0 +1,9 @@
+module Texture ( Texture(..)
+ , TextureObject
+ ) where
+
+import Graphics.Rendering.OpenGL.GL.Texturing.Objects (TextureObject)
+
+data Texture = TextureWood
+ deriving (Eq, Ord, Show)
+ \ No newline at end of file