blob: f7fdaae7684040c4a6a35dea2f8613d5160fd229 [file] [log] [blame]
module Dispatch {
requires blocks
export *
link "dispatch"
link "BlocksRuntime"
}
module DispatchIntrospection [system] [extern_c] {
header "introspection.h"
export *
}
module CDispatch [system] [extern_c] {
umbrella header "dispatch.h"
export *
requires blocks
link "dispatch"
}