ExternalStorageState -> ExternalStoragePath
This commit is contained in:
parent
a31694d145
commit
f4d713f651
@ -7549,7 +7549,7 @@ namespace SDL2
|
|||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern int SDL_AndroidGetExternalStorageState();
|
public static extern int SDL_AndroidGetExternalStorageState();
|
||||||
|
|
||||||
[DllImport(nativeLibName, EntryPoint = "SDL_AndroidGetExternalStorageState", CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, EntryPoint = "SDL_AndroidGetExternalStoragePath", CallingConvention = CallingConvention.Cdecl)]
|
||||||
private static extern IntPtr INTERNAL_SDL_AndroidGetExternalStoragePath();
|
private static extern IntPtr INTERNAL_SDL_AndroidGetExternalStoragePath();
|
||||||
|
|
||||||
public static string SDL_AndroidGetExternalStoragePath()
|
public static string SDL_AndroidGetExternalStoragePath()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user