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

tetris: part 1 of fixing compilation with v2

This commit is contained in:
Delyan Angelov
2020-04-16 12:37:59 +03:00
parent 8a1248b2e7
commit 554d87f5b0
3 changed files with 18 additions and 19 deletions

View File

@@ -77,7 +77,7 @@ fn C.glfwSwapInterval()
fn C.glfwMakeContextCurrent()
fn C.glfwSetWindowTitle()
fn C.glfwTerminate()
fn C.glfwCreateWindow()
fn C.glfwCreateWindow(w int, h int, title charptr, m voidptr, sh voidptr) voidptr
fn C.glfwWindowHint()
fn C.glfwDestroyWindow()
fn C.glfwInit()