mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Make timer init part of platform API
This is part of runtime platform selection because the null backend needs the timer implementation for the current OS.
This commit is contained in:
@@ -39,6 +39,3 @@ typedef struct _GLFWtimerPOSIX
|
||||
uint64_t frequency;
|
||||
} _GLFWtimerPOSIX;
|
||||
|
||||
|
||||
void _glfwInitTimerPOSIX(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user