SDL/src/dynapi
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
..
gendynapi.py Fix typos (thanks @qndel!) 2024-09-18 08:18:26 -07:00
SDL_dynapi.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_dynapi.h winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
SDL_dynapi.sym Added Uint32 versions of the atomic functions 2024-09-17 08:53:27 -07:00
SDL_dynapi_overrides.h Added Uint32 versions of the atomic functions 2024-09-17 08:53:27 -07:00
SDL_dynapi_procs.h Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_dynapi_unsupported.h windows: Clean out things that should be using defined(SDL_PLATFORM_WINDOWS). 2024-09-06 13:28:39 -04:00