Adding RWops comment

This commit is contained in:
Nick Gravelyn 2014-05-31 16:42:33 -07:00
parent 1c6261532c
commit 07853258b4

View file

@ -101,6 +101,7 @@ namespace SDL2
); );
/* IntPtr refers to a SDL_RWops* */ /* IntPtr refers to a SDL_RWops* */
/* THIS IS AN RWops FUNCTION! */
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern IntPtr TTF_OpenFontRW( public static extern IntPtr TTF_OpenFontRW(
IntPtr src, IntPtr src,
@ -118,6 +119,7 @@ namespace SDL2
); );
/* IntPtr refers to a SDL_RWops* */ /* IntPtr refers to a SDL_RWops* */
/* THIS IS AN RWops FUNCTION! */
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern IntPtr TTF_OpenFontIndexRW( public static extern IntPtr TTF_OpenFontIndexRW(
IntPtr src, IntPtr src,