You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
245 B
19 lines
245 B
7 months ago
|
// module.map
|
||
|
|
||
|
module Level1A {
|
||
|
header "Level1A.h"
|
||
|
export *
|
||
|
}
|
||
|
module Level1B {
|
||
|
header "Level1B.h"
|
||
|
export *
|
||
|
module Level2B {
|
||
|
header "Level2B.h"
|
||
|
export *
|
||
|
}
|
||
|
}
|
||
|
module Level2A {
|
||
|
header "Level2A.h"
|
||
|
export *
|
||
|
}
|