module Model ( Model(..) , InterleavedObj ) where import Data.Obj3D.GL (InterleavedObj) data Model = ModelTank deriving (Eq, Ord, Show)