X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Flib%2Fsdl2%2Fsdlsystem.inc;h=8f5c6e252eb2df7261bca677f197e145312c14c4;hb=defbc8a87bbfc67290bdbe413be9b58c27f20b53;hp=1e06d9f0ed7c28fec74703d5fb3e675c90101f04;hpb=040fb4ac9f2e6be72bca1fe14cb25ecd7787da6d;p=d2df-sdl.git diff --git a/src/lib/sdl2/sdlsystem.inc b/src/lib/sdl2/sdlsystem.inc index 1e06d9f..8f5c6e2 100644 --- a/src/lib/sdl2/sdlsystem.inc +++ b/src/lib/sdl2/sdlsystem.inc @@ -94,3 +94,13 @@ Function SDL_WinRTGetFSPathUTF8(pathType :TSDL_WinRT_Path):PChar; cdecl; external SDL_LibName; {$ENDIF} + +{$IF DEFINED(ANDROID)} + +Function SDL_AndroidGetExternalStoragePath:PChar; + cdecl; external SDL_LibName; + +Function SDL_AndroidGetInternalStoragePath:PChar; + cdecl; external SDL_LibName; + +{$ENDIF}