From 7327695ca3d9aee5da1d0bc98572d877dd8c8546 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 9 Mar 2010 03:49:15 +0100 Subject: Moved source files to src directory --- Texture.hs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Texture.hs (limited to 'Texture.hs') 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) -- cgit v1.2.3