SDL_filesystem.h: Add a `\sa` from SDL_GetUserFolder to SDL_Folder.

Reference https://github.com/libsdl-org/sdlwiki/issues/522
This commit is contained in:
Ryan C. Gordon 2024-05-03 15:23:45 -04:00
parent 27b931a8a0
commit a04abd78d3
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 2 additions and 0 deletions

View File

@ -237,6 +237,8 @@ typedef enum SDL_Folder
* folder, or NULL if an error happened. * folder, or NULL if an error happened.
* *
* \since This function is available since SDL 3.0.0. * \since This function is available since SDL 3.0.0.
*
* \sa SDL_Folder
*/ */
extern DECLSPEC char *SDLCALL SDL_GetUserFolder(SDL_Folder folder); extern DECLSPEC char *SDLCALL SDL_GetUserFolder(SDL_Folder folder);