SDL/include
Sam Lantinga b903ccf945 SDL_rwops read/write functions return size_t again
The current status is stored in the SDL_rwops 'status' field to be able to determine whether a 0 return value is caused by end of file, an error, or a non-blocking source not being ready.

The functions to read sized datatypes now return SDL_bool so you can detect read errors.

Fixes https://github.com/libsdl-org/SDL/issues/6729
2023-08-07 20:36:21 -07:00
..
SDL3 SDL_rwops read/write functions return size_t again 2023-08-07 20:36:21 -07:00
build_config cmake: bump minimum required CMake version to 3.16 2023-07-20 17:58:06 +02:00