diff --git a/orx-shapes/src/main/kotlin/RoundedRectangle.kt b/orx-shapes/src/main/kotlin/RoundedRectangle.kt index 4c88a302..69cce0f8 100644 --- a/orx-shapes/src/main/kotlin/RoundedRectangle.kt +++ b/orx-shapes/src/main/kotlin/RoundedRectangle.kt @@ -1,3 +1,5 @@ +package org.openrndr.extra.shapes + import org.openrndr.draw.Drawer import org.openrndr.math.Vector2 import org.openrndr.shape.contour