sdl2-1.1.1: Graphics/UI/SDL/Platform.hs
module Graphics.UI.SDL.Platform ( -- * Platform Detection getPlatform ) where import Foreign.C.String foreign import ccall "SDL.h SDL_GetPlatform" getPlatform :: IO CString
module Graphics.UI.SDL.Platform ( -- * Platform Detection getPlatform ) where import Foreign.C.String foreign import ccall "SDL.h SDL_GetPlatform" getPlatform :: IO CString