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…
x
Reference in New Issue
Block a user