SDL/src/thread/ngage
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
..
SDL_sysmutex.cpp Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_syssem.cpp Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_systhread.cpp Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_systhread_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00