glfw: add C -> Zig error translation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
61eafbf69a
commit
4b5f94c4ea
2 changed files with 105 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ const testing = std.testing;
|
|||
const c = @cImport(@cInclude("GLFW/glfw3.h"));
|
||||
|
||||
pub usingnamespace @import("consts.zig");
|
||||
pub usingnamespace @import("errors.zig");
|
||||
|
||||
pub const action = @import("action.zig");
|
||||
pub const gamepad_axis = @import("gamepad_axis.zig");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue