Fix headless build
This commit is contained in:
parent
4682417dbd
commit
877cf9418a
1 changed files with 1 additions and 0 deletions
|
@ -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; }
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue