TURNCRAFT/src/player/index.ts
jing 5a39e3a947 TURNCRAFT: contracts, docs, and all five lane deliverables (pre-integration)
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>
2026-07-13 20:50:56 +10:00

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';