Forgot that these are macros... :(

pull/119/head
Ethan Lee 2017-11-18 20:55:37 -05:00
parent 63aeac09ca
commit 41a2c5b93d
1 changed files with 0 additions and 8 deletions

View File

@ -141,14 +141,6 @@ namespace SDL2
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
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
#region SDL_main.h