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,