summaryrefslogtreecommitdiffstats
path: root/Texture.hs
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-03-09 03:49:15 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-03-09 03:49:15 +0100
commit7327695ca3d9aee5da1d0bc98572d877dd8c8546 (patch)
treee733714968ae0a041f76b213ffe31cca70ada6fb /Texture.hs
parent2bb85618366681c7c97f8b36cc85a18c45beb924 (diff)
downloadhtanks-7327695ca3d9aee5da1d0bc98572d877dd8c8546.tar
htanks-7327695ca3d9aee5da1d0bc98572d877dd8c8546.zip
Moved source files to src directory
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)