-------------------------------------------------------------------------------- -- | -- Module : Graphics.GLU.Types -- Copyright : (c) Sven Panne 2016 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- All (abstract) types from GLU 1.3, see . -- -------------------------------------------------------------------------------- module Graphics.GLU.Types ( GLUnurbs, GLUquadric, GLUtesselator ) where import Graphics.GLU.TypesInternal