Sync SDL3 wiki -> headers

This commit is contained in:
Ryan C. Gordon 2024-04-09 00:49:23 -04:00
parent ad090d2444
commit e044318a8e
No known key found for this signature in database
GPG key ID: FA148B892AB48044
33 changed files with 1510 additions and 909 deletions

View file

@ -88,7 +88,7 @@ typedef struct SDL_RendererInfo
} SDL_RendererInfo;
/**
* Vertex structure.
* Vertex structure.
*/
typedef struct SDL_Vertex
{