Преглед изворни кода

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot пре 3 недеља
родитељ
комит
a3d215933a
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      include/SDL3/SDL_surface.h

+ 3 - 0
include/SDL3/SDL_surface.h

@@ -185,6 +185,9 @@ extern SDL_DECLSPEC SDL_Surface * SDLCALL SDL_CreateSurface(int width, int heigh
  * You may pass NULL for pixels and 0 for pitch to create a surface that you
  * will fill in with valid values later.
  *
+ * This is a line of text added to the wiki to test the wikiheaders bridge. If
+ * you see me hanging around, please delete me, I shouldn't still be here.
+ *
  * \param width the width of the surface.
  * \param height the height of the surface.
  * \param format the SDL_PixelFormat for the new surface's pixel format.