/** Pure barrel — re-exports only side-effect-free modules */
export { PhysicsEngine as PhysicsEngineV2 } from "./physicsEngine.js";
export * from "./physicsBody.js";
export * from "./physicsShape.js";
export * from "./physicsConstraint.js";
export * from "./physicsMaterial.js";
export * from "./physicsAggregate.js";
export * from "./ragdoll.js";
export * from "./IPhysicsEnginePlugin.js";
export * from "./characterController.js";
export * from "./Plugins/pure.js";
export * from "./physicsEngineComponent.pure.js";
