mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-13 10:39:10 -04:00
REVIEWED: Right timing
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
//----------------------------------------------------------------------------------
|
||||
// Types and Structures Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
// Platform-specific required data for timming (Win32)
|
||||
// Platform-specific required data for timing (Win32)
|
||||
#if defined(_WIN32)
|
||||
typedef struct _LARGE_INTEGER { int64_t QuadPart; } LARGE_INTEGER;
|
||||
__declspec(dllimport) int __stdcall QueryPerformanceCounter(LARGE_INTEGER *lpPerformanceCount);
|
||||
|
||||
Reference in New Issue
Block a user