mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 01:17:40 +00:00
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
This commit is contained in:
parent
410bed20ba
commit
89cdadf7c3
25 changed files with 359 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue