examples: rename main modules -> App
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e0640cc948
commit
fb37f74d41
12 changed files with 14 additions and 16 deletions
|
|
@ -1,14 +1,12 @@
|
|||
const std = @import("std");
|
||||
|
||||
const mach = @import("mach");
|
||||
const Renderer = @import("Renderer.zig");
|
||||
const Game = @import("Game.zig");
|
||||
|
||||
// The global list of Mach modules registered for use in our application.
|
||||
pub const modules = .{
|
||||
mach.Core,
|
||||
Renderer,
|
||||
Game,
|
||||
@import("App.zig"),
|
||||
@import("Renderer.zig"),
|
||||
};
|
||||
|
||||
// TODO: move this to a mach "entrypoint" zig module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue