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

9 lines
177 B
Haskell
Raw Normal View History

2010-04-12 02:47:09 +02:00
module Model ( Model(..)
, InterleavedObj
) where
import Data.Obj3D.GL (InterleavedObj)
data Model = ModelTank
deriving (Eq, Ord, Show)