summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2020-10-15 18:41:14 -0400
committerDavid Thompson <dthompson2@worcester.edu>2020-10-15 18:43:01 -0400
commit94a5d7ebdc106cb3d2b503b5b249bb903a73587f (patch)
tree47569540c35f7df97f8b8b01cbe2d2562d3e3af0
parent3a908c50ccb9975dda8d6a0fd97e9963c3052454 (diff)
math: rect: Export make-null-rect.
-rw-r--r--chickadee/math/rect.scm1
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!