examples: rename sysaudio example -> piano
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
58ffa2c870
commit
487beaabde
3 changed files with 4 additions and 13 deletions
|
|
@ -1,17 +0,0 @@
|
|||
const mach = @import("mach");
|
||||
|
||||
// The global list of Mach modules registered for use in our application.
|
||||
pub const modules = .{
|
||||
mach.Core,
|
||||
mach.Audio,
|
||||
@import("Piano.zig"),
|
||||
};
|
||||
|
||||
// TODO(important): use standard entrypoint instead
|
||||
pub fn main() !void {
|
||||
// Initialize mach.Core
|
||||
try mach.core.initModule();
|
||||
|
||||
// Main loop
|
||||
while (try mach.core.tick()) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue