SDL/src
Sam Lantinga f08ac438ed Use stdbool for SDL_bool
This helps the compiler warn people when they're doing something like "if (SDL_Init(0) < 0)"
2024-08-27 10:31:46 -07:00
..
atomic Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
audio Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
camera Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
core Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
cpuinfo Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
dialog Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
dynapi Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
events Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
file Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
filesystem Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
haptic Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
hidapi Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
joystick Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
libm
loadso Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
locale Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
main Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
misc Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
power Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
render Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
sensor Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
stdlib Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
storage Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
test Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
thread Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
time Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
timer Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
video Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_assert.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_assert_c.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_error.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_error_c.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_guid.c Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_hashtable.c Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_hashtable.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_hints.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_hints_c.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_internal.h Use stdbool for SDL_bool 2024-08-27 10:31:46 -07:00
SDL_list.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_list.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_log.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_log_c.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_properties.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_properties_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_utils.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_utils_c.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00