-----------------------------------------------------------------------------
-- |
-- Copyright   : (C) 2015 Dimitri Sabadie
-- License     : BSD3
--
-- Maintainer  : Dimitri Sabadie <dimitri.sabadie@gmail.com>
-- Stability   : experimental
-- Portability : portable
-----------------------------------------------------------------------------

module Graphics.Luminance.Cmd (
    -- * Command type
    Cmd
  , runCmd
    -- * Available commands
  , draw
  , blit
  ) where

import Graphics.Luminance.Core.Cmd