This package contains an API for programming SDL2 in ATS.
fun SDL_Init (flags: Uint32): int = "mac#%"
fun SDL_InitSubSystem (flags: Uint32): int = "mac#%"
fun SDL_Quit ((*void*)): void = "mac#%"
fun SDL_QuitSubSystem (flags: Uint32): void = "mac#%"
fun SDL_WasInit (flags: Uint32): Uint32 = "mac#%"
This page is created with ATS by Hongwei Xi and also maintained by Hongwei Xi. |