This repository has been archived on 2025-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
htanks/src/Model.hs
Matthias Schiffer a4f2d991da Added 3D models
2010-04-12 02:47:09 +02:00

8 lines
177 B
Haskell

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