Sync wiki -> header

This commit is contained in:
Ryan C. Gordon 2021-11-10 16:05:03 -05:00
parent eda4c40732
commit cb4491ca60
No known key found for this signature in database
GPG key ID: FA148B892AB48044
5 changed files with 18 additions and 12 deletions

View file

@ -76,6 +76,8 @@ extern DECLSPEC Uint32 SDLCALL SDL_GetTicks(void);
*
* \returns an unsigned 64-bit value representing the number of milliseconds
* since the SDL library initialized.
*
* \since This function is available since SDL 2.0.18.
*/
extern DECLSPEC Uint64 SDLCALL SDL_GetTicks64(void);