Made SDL_GetAndroidSDKVersion() available for applications

This commit is contained in:
Sam Lantinga 2020-02-17 13:54:45 -08:00
parent 93b26f172c
commit d7ece7ee6f
3 changed files with 28 additions and 0 deletions

View file

@ -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)