mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
-- Circular Dependencies in a different folder
|
|
return {
|
|
ScenePath = "scene-folder",
|
|
Modules = {
|
|
"common",
|
|
"circular-dependency"
|
|
}
|
|
}
|
|
|