examples: core-custom-entrypoint: minor cleanup
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
282c83877e
commit
d573a59d67
1 changed files with 1 additions and 4 deletions
|
|
@ -1,12 +1,9 @@
|
|||
const std = @import("std");
|
||||
|
||||
const mach = @import("mach");
|
||||
const Game = @import("Game.zig");
|
||||
|
||||
// The global list of Mach modules registered for use in our application.
|
||||
pub const modules = .{
|
||||
mach.Core,
|
||||
Game,
|
||||
@import("Game.zig"),
|
||||
};
|
||||
|
||||
pub fn main() !void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue