Mac and Linux SDL2 binary snapshots
Edward Rudd
2021-06-15 afe30686045992f09902c1d11347bee9cf87adbd
include/SDL2/SDL_system.h
@@ -123,6 +123,7 @@
/**
   \brief Return API level of the current device
    API level 30: Android 11
    API level 29: Android 10
    API level 28: Android 9
    API level 27: Android 8.1
@@ -198,6 +199,14 @@
 */
extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath(void);
/**
   \brief Request permissions at runtime.
   This blocks the calling thread until the permission is granted or
   denied. Returns SDL_TRUE if the permission was granted.
 */
extern DECLSPEC SDL_bool SDLCALL SDL_AndroidRequestPermission(const char *permission);
#endif /* __ANDROID__ */
/* Platform specific functions for WinRT */