mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-03-04 14:10:03 +00:00
Adding RWops comment
This commit is contained in:
parent
1c6261532c
commit
07853258b4
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue