Adapted to obj-model-opengl rename
This commit is contained in:
parent
a19dc0d6aa
commit
0c03d67f55
4 changed files with 3 additions and 6 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue