SDL/VisualC-GDK
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
..
logos Xbox GDKX support (#5869) 2022-07-01 13:59:14 -07:00
SDL Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
SDL_test msbuild: add TreatWarningAsError property, and enable it on ci 2024-08-04 21:23:25 +02:00
tests Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
clean.sh Make Xbox GDK code public (and fix some GDK code rot) (#8844) 2024-01-14 20:31:41 -08:00
SDL.sln Make Xbox GDK code public (and fix some GDK code rot) (#8844) 2024-01-14 20:31:41 -08:00