Fixing comments.

This commit is contained in:
Nick Gravelyn 2014-05-31 16:43:26 -07:00
parent 07853258b4
commit 37058ed972

View file

@ -100,7 +100,8 @@ namespace SDL2
int ptsize int ptsize
); );
/* IntPtr refers to a SDL_RWops* */ /* IntPtr refers to a TTF_Font* */
/* src refers to an SDL_RWops* */
/* THIS IS AN RWops FUNCTION! */ /* 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(
@ -118,7 +119,8 @@ namespace SDL2
long index long index
); );
/* IntPtr refers to a SDL_RWops* */ /* IntPtr refers to a TTF_Font* */
/* src refers to an SDL_RWops* */
/* THIS IS AN RWops FUNCTION! */ /* 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(