34#include "SDL_assert.h"
51#include "SDL_messagebox.h"
82#define SDL_INIT_TIMER 0x00000001u
83#define SDL_INIT_AUDIO 0x00000010u
84#define SDL_INIT_VIDEO 0x00000020u
85#define SDL_INIT_JOYSTICK 0x00000200u
86#define SDL_INIT_HAPTIC 0x00001000u
87#define SDL_INIT_GAMECONTROLLER 0x00002000u
88#define SDL_INIT_EVENTS 0x00004000u
89#define SDL_INIT_SENSOR 0x00008000u
90#define SDL_INIT_NOPARACHUTE 0x00100000u
91#define SDL_INIT_EVERYTHING ( \
92 SDL_INIT_TIMER | SDL_INIT_AUDIO | SDL_INIT_VIDEO | SDL_INIT_EVENTS | \
93 SDL_INIT_JOYSTICK | SDL_INIT_HAPTIC | SDL_INIT_GAMECONTROLLER | SDL_INIT_SENSOR \
DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags)
DECLSPEC void SDLCALL SDL_QuitSubSystem(Uint32 flags)
DECLSPEC int SDLCALL SDL_Init(Uint32 flags)
DECLSPEC int SDLCALL SDL_InitSubSystem(Uint32 flags)
DECLSPEC void SDLCALL SDL_Quit(void)
Include file for filesystem SDL API functions.
The SDL haptic subsystem allows you to control haptic (force feedback) devices.
Include file for SDL API functions that don't fit elsewhere.