DEADSOFTWARE

Now android version can contain game resources in APK
[d2df-sdl.git] / src / lib / sdl2 / sdlsystem.inc
index 1e06d9f0ed7c28fec74703d5fb3e675c90101f04..8f5c6e252eb2df7261bca677f197e145312c14c4 100644 (file)
@@ -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}