Skip to content

Commit

Permalink
generate CoreMidi
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Jan 13, 2024
1 parent 7f8cf29 commit a34d29b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/core_midi/coremidi.zig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const c = @import("../c.zig");
const cf = @import("../core_foundation/cf.zig");
const ns = @import("../foundation/ns.zig");

// ------------------------------------------------------------------------------------------------
// Types

pub fn init() void {}

0 comments on commit a34d29b

Please sign in to comment.