X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Flib%2Fsdl2%2Fsdlsystem.inc;h=69bfc0821b16df131d34bf00d6b068c48c8dc8b8;hb=69ce7bba28273182c38e5a6cfb27b10d81477501;hp=8f5c6e252eb2df7261bca677f197e145312c14c4;hpb=defbc8a87bbfc67290bdbe413be9b58c27f20b53;p=d2df-sdl.git 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;