-----------------------------------------------------------------------------
-- |
-- Module      :  Graphics.HGL.Units
-- Copyright   :  (c) Alastair Reid, 1999-2003
-- License     :  BSD-style (see the file libraries/base/LICENSE)
--
-- Maintainer  :  libraries@haskell.org
-- Stability   :  provisional
-- Portability :  portable
--
-- Types for units in a simple graphics library.
--
-----------------------------------------------------------------------------

module Graphics.HGL.Units
	( Point
	, Size
	, Angle
	, Time
	) where

import Graphics.HGL.Internals.Types