Adapted to obj-model-opengl rename

This commit is contained in:
Matthias Schiffer 2010-04-16 09:20:01 +02:00
parent a19dc0d6aa
commit 0c03d67f55
4 changed files with 3 additions and 6 deletions

View file

@ -4,7 +4,7 @@ module Model ( Model(..)
) where
import Paths_htanks
import Data.Obj3D.GL (InterleavedObj)
import Data.Obj3D.OpenGL (InterleavedObj)
data Model = ModelTank | ModelBullet | ModelBlock
deriving (Eq, Ord, Show)