mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-03-04 13:40:01 +00:00
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. */
|
||||
[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
|
||||
);
|
||||
public static unsafe SDL_bool SDL_AndroidRequestPermission(
|
||||
|
|
Loading…
Reference in a new issue