X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Flib%2Fsdl2%2Fsdlsystem.inc;h=69bfc0821b16df131d34bf00d6b068c48c8dc8b8;hp=8f5c6e252eb2df7261bca677f197e145312c14c4;hb=2f2f9c997a76f5394c4deb2fa7d54b99a6186c87;hpb=c97b4f7894fd3d797ecea3de574b58499c43aa85 diff --git a/src/lib/sdl2/sdlsystem.inc b/src/lib/sdl2/sdlsystem.inc index 8f5c6e2..69bfc08 100644 --- a/src/lib/sdl2/sdlsystem.inc +++ b/src/lib/sdl2/sdlsystem.inc @@ -97,6 +97,9 @@ Function SDL_WinRTGetFSPathUTF8(pathType :TSDL_WinRT_Path):PChar; {$IF DEFINED(ANDROID)} +Function SDL_AndroidGetExternalStorageState:SInt32; + cdecl; external SDL_LibName; + Function SDL_AndroidGetExternalStoragePath:PChar; cdecl; external SDL_LibName;