Updated source to match SDL function prototype style

This commit is contained in:
Sam Lantinga 2023-05-23 09:37:07 -07:00
parent a828f5897e
commit 737aa881fa
39 changed files with 95 additions and 191 deletions

View file

@ -565,8 +565,7 @@ void SDL_QuitTicks(void)
tick_start = 0;
}
Uint64
SDL_GetTicksNS(void)
Uint64 SDL_GetTicksNS(void)
{
Uint64 starting_value, value;