Skip to content

Commit

Permalink
Sync SDL3_image wiki -> header
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Jun 13, 2024
1 parent cf11c7e commit 80ef772
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/SDL3_image/SDL_image.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,9 @@ extern SDL_DECLSPEC SDL_Surface * SDLCALL IMG_LoadTyped_IO(SDL_IOStream *src, SD
* software surface: call IMG_LoadTexture() instead.
*
* When done with the returned surface, the app should dispose of it with a
* call to SDL_DestroySurface().
* call to
* [SDL_DestroySurface](https://wiki.libsdl.org/SDL3/SDL_DestroySurface)
* ().
*
* \param file a path on the filesystem to load an image from.
* \returns a new SDL surface, or NULL on error.
Expand Down

0 comments on commit 80ef772

Please sign in to comment.