Sync SDL2 wiki -> header
This commit is contained in:
parent
7d60ff9965
commit
1b7c2c9e41
5 changed files with 14 additions and 21 deletions
|
@ -97,7 +97,7 @@ typedef struct SDL_Surface
|
|||
} SDL_Surface;
|
||||
|
||||
/**
|
||||
* \brief The type of function used for surface blitting functions.
|
||||
* The type of function used for surface blitting functions.
|
||||
*/
|
||||
typedef int (SDLCALL *SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
|
||||
struct SDL_Surface * dst, SDL_Rect * dstrect);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue