SDL/src/filesystem
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
..
android Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
cocoa Re-added SDL_getenv() as a thread-safe getenv() implementation 2024-09-15 09:37:04 -07:00
dummy Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
emscripten Re-added SDL_getenv() as a thread-safe getenv() implementation 2024-09-15 09:37:04 -07:00
gdk Build config flags are either defined or undefined, never 0 2024-09-05 09:52:40 -07:00
haiku Re-added SDL_getenv() as a thread-safe getenv() implementation 2024-09-15 09:37:04 -07:00
n3ds Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
posix Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
ps2 Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
psp Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
riscos Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
unix Re-added SDL_getenv() as a thread-safe getenv() implementation 2024-09-15 09:37:04 -07:00
vita Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
windows Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_filesystem.c Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
SDL_filesystem_c.h filesystem: SDL_GetBasePath() now follows the SDL_GetStringRule. 2024-07-16 16:44:36 -04:00
SDL_sysfilesystem.h Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00