![]() |
![]()
| ![]() |
![]()
NAMESDL_Init - Initializes SDL SYNOPSIS#include "SDL.h" int SDL_Init(Uint32 flags); DESCRIPTIONInitializes SDL. This should be called before all other SDL functions. The flags parameter specifies what part(s) of SDL to initialize.
RETURN VALUEReturns -1 on an error or 0 on success. SEE ALSOSDL_Quit, SDL_InitSubSystem
|