34 #include "SDL_assert.h"
49 #include "SDL_messagebox.h"
75 #define SDL_INIT_TIMER 0x00000001
76 #define SDL_INIT_AUDIO 0x00000010
77 #define SDL_INIT_VIDEO 0x00000020
78 #define SDL_INIT_JOYSTICK 0x00000200
79 #define SDL_INIT_HAPTIC 0x00001000
80 #define SDL_INIT_GAMECONTROLLER 0x00002000
81 #define SDL_INIT_EVENTS 0x00004000
82 #define SDL_INIT_NOPARACHUTE 0x00100000
83 #define SDL_INIT_EVERYTHING ( \
84 SDL_INIT_TIMER | SDL_INIT_AUDIO | SDL_INIT_VIDEO | SDL_INIT_EVENTS | \
85 SDL_INIT_JOYSTICK | SDL_INIT_HAPTIC | SDL_INIT_GAMECONTROLLER \
122 extern DECLSPEC
void SDLCALL
SDL_Quit(
void);
The SDL Haptic subsystem allows you to control haptic (force feedback) devices.
DECLSPEC Uint32 SDLCALL SDL_WasInit(Uint32 flags)
uint32_t Uint32
An unsigned 32-bit integer type.
Definition: SDL_stdinc.h:155
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.