Fixed bug 5001 - Feature request: SDL_isupper & SDL_islower
This commit is contained in:
parent
a8f91340c8
commit
aa384ad02b
4 changed files with 10 additions and 0 deletions
src/dynapi
|
@ -807,3 +807,5 @@ SDL_DYNAPI_PROC(void,SDL_OnApplicationDidChangeStatusBarOrientation,(void),(),)
|
|||
#ifdef __ANDROID__
|
||||
SDL_DYNAPI_PROC(int,SDL_GetAndroidSDKVersion,(void),(),return)
|
||||
#endif
|
||||
SDL_DYNAPI_PROC(int,SDL_isupper,(int a),(a),return)
|
||||
SDL_DYNAPI_PROC(int,SDL_islower,(int a),(a),return)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue