deduplicate win32 bindings
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
a62d4fbf8e
commit
e3393abbc1
4 changed files with 1784 additions and 1845 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const std = @import("std");
|
||||
const w = @import("win32/win32.zig");
|
||||
const w = @import("../win32.zig");
|
||||
const mach = @import("../main.zig");
|
||||
const Core = @import("../Core.zig");
|
||||
const InputState = @import("InputState.zig");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue