change adapter anytype -> *mach.Engine
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2ab8b6543a
commit
ad17aa940b
5 changed files with 72 additions and 53 deletions
|
|
@ -20,6 +20,7 @@ pub const Atlas = @import("atlas/Atlas.zig");
|
|||
// Engine exports
|
||||
pub const App = @import("engine.zig").App;
|
||||
pub const Module = @import("engine.zig").Module;
|
||||
pub const Engine = @import("engine.zig").Engine;
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue