mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-24 13:09:22 -06:00
11 lines
190 B
Modula-2
11 lines
190 B
Modula-2
return {
|
|
{
|
|
Name = "CircularDependency1",
|
|
Parent = "CircularDependency2"
|
|
},
|
|
{
|
|
Name = "CircularDependency2",
|
|
Parent = "CircularDependency1"
|
|
}
|
|
}
|