android: Added SDL_AndroidRequestPermissionAsync.

This commit is contained in:
Ryan C. Gordon
2024-02-12 15:26:09 -05:00
parent 310f21bf84
commit af61cfd5e0
7 changed files with 144 additions and 23 deletions

View File

@@ -45,4 +45,8 @@ typedef int SDL_WinRT_Path;
typedef struct XUserHandle XUserHandle;
#endif
#ifndef SDL_PLATFORM_ANDROID
typedef void *SDL_AndroidRequestPermissionCallback;
#endif
#endif