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

vlib: sdl module + tVintris example

This commit is contained in:
Nicolas Sauzede
2019-12-05 09:25:55 +01:00
committed by Alexander Medvednikov
parent 6dd1270539
commit 9d854c5df0
16 changed files with 1279 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ fn C.RegOpenKeyExW(hKey voidptr, lpSubKey &u16, ulOptions u32, samDesired u32, p
fn C.RegCloseKey()
fn C.RegQueryValueEx() voidptr
fn C.RemoveDirectory() int
fn C.GetStdHandle() int
fn C.GetStdHandle() voidptr
fn C.SetConsoleMode()
fn C.GetConsoleMode() int
fn C._putws()
@@ -131,7 +131,7 @@ fn C._putenv() int
fn C._waccess() int
fn C._wremove()
fn C.ReadConsole()
fn C.fgetws() int
fn C.fgetws() voidptr
fn C.GetModuleFileName() int
fn C._wchdir()
fn C._wgetcwd() int