Fixed-step world runtime, event bus wire protocol between lanes, integration seam (game.ts) with placeholder ball. Lanes A/B/C own disjoint dirs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
export declare function version(): string;
|
|
export * from "./math";
|
|
export * from "./dynamics";
|
|
export * from "./geometry";
|
|
export * from "./pipeline";
|
|
export * from "./init";
|
|
export * from "./control";
|