Moved source files to src directory
This commit is contained in:
parent
2bb8561836
commit
7327695ca3
14 changed files with 3 additions and 6 deletions
8
src/Texture.hs
Normal file
8
src/Texture.hs
Normal file
|
@ -0,0 +1,8 @@
|
|||
module Texture ( Texture(..)
|
||||
, TextureObject
|
||||
) where
|
||||
|
||||
import Graphics.Rendering.OpenGL.GL.Texturing.Objects (TextureObject)
|
||||
|
||||
data Texture = TextureWood | TextureTank | TextureCannon | TextureBullet
|
||||
deriving (Eq, Ord, Show)
|
Reference in a new issue