SDL/src/time
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
..
n3ds Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
ps2 Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
psp Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
unix Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
vita Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
windows Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_time.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_time_c.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00