7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
|
module yoga {
|
||
|
umbrella header "Yoga-umbrella.h"
|
||
|
|
||
|
export *
|
||
|
module * { export * }
|
||
|
}
|