Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()

This commit is contained in:
Sam Lantinga 2024-06-24 09:39:53 -07:00
parent 410bed20ba
commit 89cdadf7c3
25 changed files with 359 additions and 53 deletions

View file

@ -930,7 +930,11 @@ SDL3_0.0.0 {
SDL_iscntrl;
SDL_isdigit;
SDL_isgraph;
SDL_isinf;
SDL_isinff;
SDL_islower;
SDL_isnan;
SDL_isnanf;
SDL_isprint;
SDL_ispunct;
SDL_isspace;