mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Change bool to b32
This commit is contained in:
Vendored
+1
-1
@@ -39,7 +39,7 @@ when ODIN_OS == .Windows {
|
||||
/*** Functions ***/
|
||||
@(default_calling_convention="c", link_prefix="glfw")
|
||||
foreign glfw {
|
||||
Init :: proc() -> bool ---
|
||||
Init :: proc() -> b32 ---
|
||||
Terminate :: proc() ---
|
||||
|
||||
InitHint :: proc(hint, value: c.int) ---
|
||||
|
||||
Reference in New Issue
Block a user