diff --git a/src/override/RemoteNanoVG.cpp b/src/override/RemoteNanoVG.cpp index 15f639d..05eb434 100644 --- a/src/override/RemoteNanoVG.cpp +++ b/src/override/RemoteNanoVG.cpp @@ -55,6 +55,7 @@ GLFWAPI const char* glfwGetClipboardString(GLFWwindow* window) { return nullptr; GLFWAPI void glfwSetClipboardString(GLFWwindow* window, const char*) {} GLFWAPI const char* glfwGetKeyName(int key, int scancode) { return nullptr; } GLFWAPI int glfwGetKeyScancode(int key) { return 0; } +GLFWAPI double glfwGetTime(void) { return 0.0; } }