summaryrefslogtreecommitdiffstats
path: root/Texture.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Texture.hs')
-rw-r--r--Texture.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Texture.hs b/Texture.hs
index 35c48e8..ca5266b 100644
--- a/Texture.hs
+++ b/Texture.hs
@@ -4,6 +4,6 @@ module Texture ( Texture(..)
import Graphics.Rendering.OpenGL.GL.Texturing.Objects (TextureObject)
-data Texture = TextureWood | TextureTank
+data Texture = TextureWood | TextureTank | TextureCannon
deriving (Eq, Ord, Show)
\ No newline at end of file