SDL/src/dialog
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 Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
cocoa Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
dummy Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
haiku Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
unix Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
windows Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_dialog_utils.c Additional cleanup exposed by building with a C++ compiler 2024-08-27 10:31:46 -07:00
SDL_dialog_utils.h Fix typos (thanks @qndel!) 2024-09-18 08:18:26 -07:00