SDL/src/misc
Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool
We require stdbool.h in the build environment, so we might as well use the plain bool type.

If your environment doesn't have stdbool.h, this simple replacement will suffice:
typedef signed char bool;
2024-09-18 08:32:30 -07:00
..
android Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
dummy Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
emscripten Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
haiku Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
ios Fix typos (thanks @qndel!) 2024-09-18 08:18:26 -07:00
macos Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
riscos Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
unix SDL_PROP_PROCESS_CREATE_ENVIRONMENT_POINTER is an SDL_Environment pointer 2024-09-14 12:27:22 -07:00
vita Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
windows Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_sysurl.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_url.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00