X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Flib%2Fsdl2%2Fsdlsystem.inc;h=69bfc0821b16df131d34bf00d6b068c48c8dc8b8;hb=4bf6da74deaa56a43fa6b0ad15c1bf4054ac6fd4;hp=1e06d9f0ed7c28fec74703d5fb3e675c90101f04;hpb=ac201b02f10ef558087d50f6b03b4519ab567558;p=d2df-sdl.git diff --git a/src/lib/sdl2/sdlsystem.inc b/src/lib/sdl2/sdlsystem.inc index 1e06d9f..69bfc08 100644 --- a/src/lib/sdl2/sdlsystem.inc +++ b/src/lib/sdl2/sdlsystem.inc @@ -94,3 +94,16 @@ Function SDL_WinRTGetFSPathUTF8(pathType :TSDL_WinRT_Path):PChar; cdecl; external SDL_LibName; {$ENDIF} + +{$IF DEFINED(ANDROID)} + +Function SDL_AndroidGetExternalStorageState:SInt32; + cdecl; external SDL_LibName; + +Function SDL_AndroidGetExternalStoragePath:PChar; + cdecl; external SDL_LibName; + +Function SDL_AndroidGetInternalStoragePath:PChar; + cdecl; external SDL_LibName; + +{$ENDIF}