mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-03-04 16:49:55 +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* */
|
/* 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,
|
||||||
|
|
Loading…
Reference in a new issue