url: put the Android bits in core/android

This commit is contained in:
Ryan C. Gordon
2020-10-05 13:59:03 -04:00
parent efd665e2c7
commit 2d82cf78e1
3 changed files with 13 additions and 5 deletions

View File

@@ -129,6 +129,8 @@ SDL_bool Android_JNI_SetRelativeMouseEnabled(SDL_bool enabled);
/* Request permission */
SDL_bool Android_JNI_RequestPermission(const char *permission);
int Android_JNI_OpenURL(const char *url);
int SDL_GetAndroidSDKVersion(void);
SDL_bool SDL_IsAndroidTablet(void);