/** Pure barrel — re-exports only side-effect-free modules */
export * from "./alignAngleBlock.pure.js";
export * from "./basicColorUpdateBlock.pure.js";
export * from "./basicPositionUpdateBlock.pure.js";
export * from "./basicSpriteUpdateBlock.pure.js";
export * from "./updateAgeBlock.pure.js";
export * from "./updateAngleBlock.pure.js";
export * from "./updateAttractorBlock.pure.js";
export * from "./updateColorBlock.pure.js";
export * from "./updateDirectionBlock.pure.js";
export * from "./updateFlowMapBlock.pure.js";
export * from "./updateNoiseBlock.pure.js";
export * from "./updatePositionBlock.pure.js";
export * from "./updateScaleBlock.pure.js";
export * from "./updateSizeBlock.pure.js";
export * from "./updateSpriteCellIndexBlock.pure.js";
