Woops, an internal function was public
This commit is contained in:
parent
8c25be5b12
commit
b2ed029f11
@ -7908,7 +7908,7 @@ namespace SDL2
|
|||||||
|
|
||||||
/* Only available in 2.0.14 or higher. */
|
/* Only available in 2.0.14 or higher. */
|
||||||
[DllImport(nativeLibName, EntryPoint = "SDL_AndroidRequestPermission", CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, EntryPoint = "SDL_AndroidRequestPermission", CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static unsafe extern SDL_bool INTERNAL_SDL_AndroidRequestPermission(
|
private static unsafe extern SDL_bool INTERNAL_SDL_AndroidRequestPermission(
|
||||||
byte* permission
|
byte* permission
|
||||||
);
|
);
|
||||||
public static unsafe SDL_bool SDL_AndroidRequestPermission(
|
public static unsafe SDL_bool SDL_AndroidRequestPermission(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user