DEADSOFTWARE

Android: improved data unpacking
[d2df-sdl.git] / src / lib / sdl2 / sdlsystem.inc
index 8f5c6e252eb2df7261bca677f197e145312c14c4..69bfc0821b16df131d34bf00d6b068c48c8dc8b8 100644 (file)
@@ -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;