summaryrefslogtreecommitdiffstats
path: root/src/Model.hs
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-04-12 02:47:09 +0200
committerMatthias Schiffer <matthias@gamezock.de>2010-04-12 02:47:09 +0200
commita4f2d991dacfb539a26e71002b6f244c44753b72 (patch)
treed156dc2dffdfe651c78c9c6d74285ee89d6ffe2d /src/Model.hs
parent4ecea2f9dc5bbb4c5e32b2d845f29c0dc7783ac0 (diff)
downloadhtanks-a4f2d991dacfb539a26e71002b6f244c44753b72.tar
htanks-a4f2d991dacfb539a26e71002b6f244c44753b72.zip
Added 3D models
Diffstat (limited to 'src/Model.hs')
-rw-r--r--src/Model.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Model.hs b/src/Model.hs
new file mode 100644
index 0000000..daec0c2
--- /dev/null
+++ b/src/Model.hs
@@ -0,0 +1,8 @@
+module Model ( Model(..)
+ , InterleavedObj
+ ) where
+
+import Data.Obj3D.GL (InterleavedObj)
+
+data Model = ModelTank
+ deriving (Eq, Ord, Show)