SDL/VisualC-GDK/tests
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
..
testcontroller msbuild: add TreatWarningAsError property, and enable it on ci 2024-08-04 21:23:25 +02:00
testgdk Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
testsprite msbuild: add TreatWarningAsError property, and enable it on ci 2024-08-04 21:23:25 +02:00