mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-21 14:55:39 +00:00
Updated source to match SDL function prototype style
This commit is contained in:
@@ -565,8 +565,7 @@ void SDL_QuitTicks(void)
|
||||
tick_start = 0;
|
||||
}
|
||||
|
||||
Uint64
|
||||
SDL_GetTicksNS(void)
|
||||
Uint64 SDL_GetTicksNS(void)
|
||||
{
|
||||
Uint64 starting_value, value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user