Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-10-04 20:38:03 +00:00
parent deeffaa8d6
commit 369b93771b

View File

@ -31,9 +31,10 @@
*
* There is also a simple .bmp loader, SDL_LoadBMP(). SDL itself does not
* provide loaders for various other file formats, but there are several
* excellent external libraries that do, including it's own satellite library
* [SDL_image](https://github.com/libsdl-org/SDL_image)
* .
* excellent external libraries that do, including it's own satellite library,
* SDL_image:
*
* https://github.com/libsdl-org/SDL_image
*/
#ifndef SDL_surface_h_