34 #include "SDL_assert.h"
49 #include "SDL_messagebox.h"
80 #define SDL_INIT_TIMER 0x00000001u
81 #define SDL_INIT_AUDIO 0x00000010u
82 #define SDL_INIT_VIDEO 0x00000020u
83 #define SDL_INIT_JOYSTICK 0x00000200u
84 #define SDL_INIT_HAPTIC 0x00001000u
85 #define SDL_INIT_GAMECONTROLLER 0x00002000u
86 #define SDL_INIT_EVENTS 0x00004000u
87 #define SDL_INIT_SENSOR 0x00008000u
88 #define SDL_INIT_NOPARACHUTE 0x00100000u
89 #define SDL_INIT_EVERYTHING ( \
90 SDL_INIT_TIMER | SDL_INIT_AUDIO | SDL_INIT_VIDEO | SDL_INIT_EVENTS | \
91 SDL_INIT_JOYSTICK | SDL_INIT_HAPTIC | SDL_INIT_GAMECONTROLLER | SDL_INIT_SENSOR \
98 extern DECLSPEC
int SDLCALL
SDL_Init(Uint32 flags);
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.