mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-25 21:48:41 -06:00
12 lines
223 B
Modula-2
12 lines
223 B
Modula-2
return {
|
|
{
|
|
Name = "CircularDependency1",
|
|
Parent = "Root",
|
|
Dependencies = {"CircularDependency2"}
|
|
},
|
|
{
|
|
Name = "CircularDependency2",
|
|
Parent = "CircularDependency1"
|
|
}
|
|
}
|