Lanes A (engine), B (player), C (worldgen), D (machines/quest), E (audio/fx/ui) as landed, each with HANDOFF.md + update docs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 lines
280 B
TypeScript
6 lines
280 B
TypeScript
// Lane B — public surface. The integrator imports from here.
|
|
export { PlayerController } from './PlayerController';
|
|
export type { PlayerOptions } from './PlayerController';
|
|
export { createInputState, InputController } from './input';
|
|
export type { InputState } from './input';
|