mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
The better option
This commit is contained in:
Vendored
+1
-1
@@ -46,7 +46,7 @@ foreign glfw {
|
||||
WindowHint :: proc(hint, value: c.int) ---
|
||||
DefaultWindowHints :: proc() ---
|
||||
WindowHintString :: proc(hint: c.int, value: cstring) ---
|
||||
WindowShouldClose :: proc(window: WindowHandle) -> c.int ---
|
||||
WindowShouldClose :: proc(window: WindowHandle) -> b32 ---
|
||||
|
||||
SwapInterval :: proc(interval: c.int) ---
|
||||
SwapBuffers :: proc(window: WindowHandle) ---
|
||||
|
||||
Reference in New Issue
Block a user