mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-23 13:09:11 +00:00
Made SDL_GetAndroidSDKVersion() available for applications
This commit is contained in:
parent
93b26f172c
commit
d7ece7ee6f
3 changed files with 28 additions and 0 deletions
|
@ -804,3 +804,4 @@ SDL_DYNAPI_PROC(void,SDL_OnApplicationDidBecomeActive,(void),(),)
|
|||
#ifdef __IPHONEOS__
|
||||
SDL_DYNAPI_PROC(void,SDL_OnApplicationDidChangeStatusBarOrientation,(void),(),)
|
||||
#endif
|
||||
SDL_DYNAPI_PROC(int,SDL_GetAndroidSDKVersion,(void),(),return)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue