SDL/include
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
..
build_config Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
SDL3 Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00