packages feed

gloss-relative-0.1.0.0: src/Graphics/Gloss/Relative.hs

-- | Module that wraps all the functionality of @gloss-relative@ and the core functionality of @gloss@.
module Graphics.Gloss.Relative
    ( module Graphics.Gloss.Relative.Frame
    , module Graphics.Gloss.Relative.Interface
    , module Graphics.Gloss
    ) where

import Graphics.Gloss.Relative.Frame
import Graphics.Gloss.Relative.Interface

import Graphics.Gloss