瀏覽代碼

Sync SDL3 wiki -> header

SDL Wiki Bot 1 年之前
父節點
當前提交
369b93771b
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      include/SDL3/SDL_surface.h

+ 4 - 3
include/SDL3/SDL_surface.h

@@ -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_