| module Dispatch { | |
| requires blocks | |
| export * | |
| link "dispatch" | |
| } | |
| module DispatchIntrospection [system] [extern_c] { | |
| header "introspection.h" | |
| export * | |
| } | |
| module CDispatch [system] [extern_c] { | |
| umbrella header "dispatch.h" | |
| export * | |
| requires blocks | |
| link "dispatch" | |
| } |