sdl2-cairo-image-1.0: src/SDL/Cairo/Image.hs
{-|
Module : SDL.Cairo.Image
Copyright : Copyright (c) 2015 Yun-Yan Chi
License : MIT
Maintainer : jaiyalas@gmail.com
This module is provided as a convenience to import the most
important parts of the API all at once.
-}
module SDL.Cairo.Image
( module SDL.Cairo.Image.Render
, module SDL.Cairo.Image.Load
) where
import SDL.Cairo.Image.Render
import SDL.Cairo.Image.Load