summaryrefslogtreecommitdiffstats
path: root/Texture.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Texture.hs')
-rw-r--r--Texture.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Texture.hs b/Texture.hs
deleted file mode 100644
index bf89cf9..0000000
--- a/Texture.hs
+++ /dev/null
@@ -1,8 +0,0 @@
-module Texture ( Texture(..)
- , TextureObject
- ) where
-
-import Graphics.Rendering.OpenGL.GL.Texturing.Objects (TextureObject)
-
-data Texture = TextureWood | TextureTank | TextureCannon | TextureBullet
- deriving (Eq, Ord, Show)