mach: update to latest ECS module layout

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-03-26 20:11:17 -07:00 committed by Stephen Gutekanst
parent 6f499aa418
commit 353cf6144b
2 changed files with 8 additions and 8 deletions

View file

@ -15,7 +15,7 @@ pub const ResourceManager = @import("resource/ResourceManager.zig");
// Engine exports
pub const App = @import("engine.zig").App;
pub const module = @import("engine.zig").module;
pub const Module = @import("engine.zig").Module;
const std = @import("std");