...
| Name | Description |
|---|---|
| Create(Geo::s32) | Creates system dependencies for a given number of systems. |
| GetDependency(const Geo::s32 &, const Geo::s32 &) | Returns if this system depends on the other system. |
| GetNumDependencies(const Geo::s32 &) | Returns the number of systems this system depends on. |
| GetNumSystems() | Returns the number of systems in the dependency matrix. |
| Release() | Deletes the system dependencies. |
| Release() | Free this object that was created within the Enlighten libraries. |
| SetDependency(const Geo::s32 &, const Geo::s32 &, bool) | Defines if this system depends on the other system. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...