Sync SDL2 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-05-09 03:46:31 +00:00
parent 7d60ff9965
commit 1b7c2c9e41
5 changed files with 14 additions and 21 deletions

View file

@ -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);