11 lines
127 B
Plaintext
11 lines
127 B
Plaintext
|
// module.map
|
||
|
|
||
|
module Level1A {
|
||
|
header "Level1A.h"
|
||
|
export *
|
||
|
}
|
||
|
module Missing {
|
||
|
header "Missing.h"
|
||
|
export *
|
||
|
}
|