engine: remove mach.Engine in favor of mach.Core for now

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-04-17 11:30:51 -07:00
parent 7011ad4848
commit 87a7cd8ed8
4 changed files with 0 additions and 147 deletions

View file

@ -1,7 +1,6 @@
const std = @import("std");
const mach = @import("../main.zig");
const gpu = mach.gpu;
const Engine = mach.Engine;
const gfx = mach.gfx;
const math = mach.math;