1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gl/glfw: update C definitions

This commit is contained in:
Alexander Medvednikov
2020-04-04 12:56:31 +02:00
parent d56276017c
commit c0d4503f25
3 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ fn C.glfwSetWindowSizeCallback()
fn C.glfwSetMouseButtonCallback()
fn C.glfwSetCursorPosCallback()
fn C.glfwSwapBuffers()
fn C.glfwWindowShouldClose()
fn C.glfwWindowShouldClose() bool
fn C.glfwSetWindowShouldClose()
fn C.glfwWaitEvents()
fn C.glfwPollEvents()