SDL/VisualC-GDK/tests/testgdk
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
..
src Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
wingdk
xboxone
xboxseries
PackageLayout.xml
testgdk.vcxproj msbuild: add TreatWarningAsError property, and enable it on ci 2024-08-04 21:23:25 +02:00
testgdk.vcxproj.filters Make Xbox GDK code public (and fix some GDK code rot) (#8844) 2024-01-14 20:31:41 -08:00