You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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;
2 months ago
..
src Removed SDL_bool in favor of plain bool 2 months ago
wingdk GDK: Updated MicrosoftGame.config files to use placeholder identifiers from the GDK project template rather than using Microsoft sample identifiers 2 years ago
xboxone GDK: Updated MicrosoftGame.config files to use placeholder identifiers from the GDK project template rather than using Microsoft sample identifiers 2 years ago
xboxseries GDK: Updated MicrosoftGame.config files to use placeholder identifiers from the GDK project template rather than using Microsoft sample identifiers 2 years ago
PackageLayout.xml Xbox GDKX support (#5869) 2 years ago
testgdk.vcxproj msbuild: add TreatWarningAsError property, and enable it on ci 4 months ago
testgdk.vcxproj.filters Make Xbox GDK code public (and fix some GDK code rot) (#8844) 10 months ago