mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-06 15:30:50 +00:00
Updated source to match SDL function prototype style
This commit is contained in:
parent
a828f5897e
commit
737aa881fa
39 changed files with 95 additions and 191 deletions
|
@ -565,8 +565,7 @@ void SDL_QuitTicks(void)
|
|||
tick_start = 0;
|
||||
}
|
||||
|
||||
Uint64
|
||||
SDL_GetTicksNS(void)
|
||||
Uint64 SDL_GetTicksNS(void)
|
||||
{
|
||||
Uint64 starting_value, value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue