core: refactor code structure

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-08-25 15:38:13 -07:00
parent e3393abbc1
commit de1275dc0a
6 changed files with 50 additions and 34 deletions

View file

@ -3,7 +3,6 @@ const w = @import("../win32.zig");
const mach = @import("../main.zig");
const Core = @import("../Core.zig");
const InputState = @import("InputState.zig");
const unicode = @import("unicode.zig");
const gpu = mach.gpu;
const InitOptions = Core.InitOptions;