SDL-ttf-0.4.0: Graphics/UI/SDL/TTF/Types.hsc
-----------------------------------------------------------------------------
-- |
-- Module : Graphics.UI.SDL.TTF.Types
-- Copyright : (c) David Himmelstrup 2005
-- License : BSD-like
--
-- Maintainer : lemmih@gmail.com
-- Stability : provisional
-- Portability : portable
--
-----------------------------------------------------------------------------
module Graphics.UI.SDL.TTF.Types
( FontStruct
, Font
) where
import Foreign
data FontStruct
type Font = ForeignPtr FontStruct