mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 19:05:40 +00:00
Fixing comments.
This commit is contained in:
parent
07853258b4
commit
37058ed972
|
@ -100,7 +100,8 @@ namespace SDL2
|
|||
int ptsize
|
||||
);
|
||||
|
||||
/* IntPtr refers to a SDL_RWops* */
|
||||
/* IntPtr refers to a TTF_Font* */
|
||||
/* src refers to an SDL_RWops* */
|
||||
/* THIS IS AN RWops FUNCTION! */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern IntPtr TTF_OpenFontRW(
|
||||
|
@ -118,7 +119,8 @@ namespace SDL2
|
|||
long index
|
||||
);
|
||||
|
||||
/* IntPtr refers to a SDL_RWops* */
|
||||
/* IntPtr refers to a TTF_Font* */
|
||||
/* src refers to an SDL_RWops* */
|
||||
/* THIS IS AN RWops FUNCTION! */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern IntPtr TTF_OpenFontIndexRW(
|
||||
|
|
Loading…
Reference in a new issue