SDL-0.6.7.0: Binding to libSDL
Copyright(c) David Himmelstrup 2005
LicenseBSD-like
Maintainerlemmih@gmail.com
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Graphics.UI.SDL.RWOps

Description

 

Documentation

fromFile :: FilePath -> String -> IO RWops Source #

tryFromFile :: FilePath -> String -> IO (Maybe RWops) Source #

free :: RWops -> IO () Source #

with :: FilePath -> String -> (RWops -> IO a) -> IO a Source #