mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-08 11:35:07 +00:00
Fixed function documentation references
This commit is contained in:
@@ -848,8 +848,6 @@ extern DECLSPEC int SDLCALL SDL_SoftStretchLinear(SDL_Surface *src,
|
|||||||
* SDL_GetError() for more information.
|
* SDL_GetError() for more information.
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*
|
|
||||||
* \sa SDL_BlitScaled
|
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_BlitSurfaceScaled
|
extern DECLSPEC int SDLCALL SDL_BlitSurfaceScaled
|
||||||
(SDL_Surface *src, const SDL_Rect *srcrect,
|
(SDL_Surface *src, const SDL_Rect *srcrect,
|
||||||
@@ -872,7 +870,7 @@ extern DECLSPEC int SDLCALL SDL_BlitSurfaceScaled
|
|||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*
|
*
|
||||||
* \sa SDL_BlitScaled
|
* \sa SDL_BlitSurfaceScaled
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_BlitSurfaceUncheckedScaled
|
extern DECLSPEC int SDLCALL SDL_BlitSurfaceUncheckedScaled
|
||||||
(SDL_Surface *src, SDL_Rect *srcrect,
|
(SDL_Surface *src, SDL_Rect *srcrect,
|
||||||
|
|||||||
Reference in New Issue
Block a user