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 mach = @import("mach");
|
||||||
const Game = @import("Game.zig");
|
|
||||||
|
|
||||||
// The global list of Mach modules registered for use in our application.
|
// The global list of Mach modules registered for use in our application.
|
||||||
pub const modules = .{
|
pub const modules = .{
|
||||||
mach.Core,
|
mach.Core,
|
||||||
Game,
|
@import("Game.zig"),
|
||||||
};
|
};
|
||||||
|
|
||||||
pub fn main() !void {
|
pub fn main() !void {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue