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 GDK: Updated MicrosoftGame.config files to use placeholder identifiers from the GDK project template rather than using Microsoft sample identifiers 2022-11-16 11:38:04 -08:00
xboxone GDK: Updated MicrosoftGame.config files to use placeholder identifiers from the GDK project template rather than using Microsoft sample identifiers 2022-11-16 11:38:04 -08:00
xboxseries GDK: Updated MicrosoftGame.config files to use placeholder identifiers from the GDK project template rather than using Microsoft sample identifiers 2022-11-16 11:38:04 -08:00
PackageLayout.xml Xbox GDKX support (#5869) 2022-07-01 13:59:14 -07:00
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