mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-29 10:01:35 +00:00
Updated source to match SDL function prototype style
This commit is contained in:
@@ -29,14 +29,12 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
|
||||
Uint64
|
||||
SDL_GetPerformanceCounter(void)
|
||||
Uint64 SDL_GetPerformanceCounter(void)
|
||||
{
|
||||
return GetTimerSystemTime();
|
||||
}
|
||||
|
||||
Uint64
|
||||
SDL_GetPerformanceFrequency(void)
|
||||
Uint64 SDL_GetPerformanceFrequency(void)
|
||||
{
|
||||
return kBUSCLK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user