-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #64: MIKMIDI.framework module now defines explicit submodules f…
…or _SubclassMethods headers.
- Loading branch information
Andrew Madsen
committed
Mar 6, 2015
1 parent
b4e6695
commit 902083b
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
framework module MIKMIDI { | ||
umbrella header "MIKMIDI.h" | ||
|
||
export * | ||
module * { export * } | ||
|
||
explicit module MIKMIDICommandSubclass { | ||
header "MIKMIDICommand_SubclassMethods.h" | ||
export * | ||
} | ||
|
||
explicit module MIKMIDIEventSubclass { | ||
header "MIKMIDIEvent_SubclassMethods.h" | ||
export * | ||
} | ||
|
||
explicit module MIKMIDISynthesizerSubclass { | ||
header "MIKMIDISynthesizer_SubclassMethods.h" | ||
export * | ||
} | ||
} |