mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-02-02 06:41:08 +00:00
Forgot that these are macros... :(
This commit is contained in:
parent
63aeac09ca
commit
41a2c5b93d
|
@ -141,14 +141,6 @@ namespace SDL2
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern IntPtr SDL_RWFromMem(IntPtr mem, int size);
|
public static extern IntPtr SDL_RWFromMem(IntPtr mem, int size);
|
||||||
|
|
||||||
/* context refers to an SDL_RWops* */
|
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
|
||||||
internal static extern long SDL_RWtell(IntPtr context);
|
|
||||||
|
|
||||||
/* context refers to an SDL_RWops* */
|
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
|
||||||
internal static extern int SDL_RWclose(IntPtr context);
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region SDL_main.h
|
#region SDL_main.h
|
||||||
|
|
Loading…
Reference in a new issue