diff options
-rw-r--r-- | chickadee/math/rect.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chickadee/math/rect.scm b/chickadee/math/rect.scm index 25113ad..84e743d 100644 --- a/chickadee/math/rect.scm +++ b/chickadee/math/rect.scm @@ -22,6 +22,7 @@ #:use-module (chickadee math) #:use-module (chickadee math vector) #:export (make-rect + make-null-rect rect rect? rect-copy! |