@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 323 B
TypeScript
/**
*
* @param {number} system_count
* @param {System[]} systems
* @return {Graph}
*/
export function computeSystemComponentDependencyGraph(system_count: number, systems: System[]): Graph<any>;
import { Graph } from "../../../core/graph/v2/Graph.js";
//# sourceMappingURL=computeSystemComponentDependencyGraph.d.ts.map