examples: core-custom-entrypoint: minor cleanup

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-04-16 19:15:19 -07:00
parent 282c83877e
commit d573a59d67

View file

@ -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 {