From 07853258b48aaf22b18721651cc32cebf828e019 Mon Sep 17 00:00:00 2001 From: Nick Gravelyn Date: Sat, 31 May 2014 16:42:33 -0700 Subject: [PATCH] Adding RWops comment --- src/SDL2_ttf.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SDL2_ttf.cs b/src/SDL2_ttf.cs index 7c6d623..fca8782 100644 --- a/src/SDL2_ttf.cs +++ b/src/SDL2_ttf.cs @@ -101,6 +101,7 @@ namespace SDL2 ); /* IntPtr refers to a SDL_RWops* */ + /* THIS IS AN RWops FUNCTION! */ [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern IntPtr TTF_OpenFontRW( IntPtr src, @@ -118,6 +119,7 @@ namespace SDL2 ); /* IntPtr refers to a SDL_RWops* */ + /* THIS IS AN RWops FUNCTION! */ [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern IntPtr TTF_OpenFontIndexRW( IntPtr src,