Fix headless build

This commit is contained in:
falkTX 2021-11-24 23:20:50 +00:00
parent 4682417dbd
commit 877cf9418a

View file

@ -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; }
}