summaryrefslogtreecommitdiff
path: root/2d
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2013-11-03 17:38:45 -0500
committerDavid Thompson <dthompson2@worcester.edu>2013-11-03 17:38:45 -0500
commit9ea9f27d90ed55f730f2ef95d26f54542f1ac6bd (patch)
treede112ff584c5c69c3fdf3fed01d3efb5fc5df959 /2d
parent14eb9443af61ed8f601fbe6e8fe3fc075629c4fa (diff)
Really export scene type tag.
Diffstat (limited to '2d')
-rw-r--r--2d/scene.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/2d/scene.scm b/2d/scene.scm
index 1814ab7..076897a 100644
--- a/2d/scene.scm
+++ b/2d/scene.scm
@@ -23,7 +23,8 @@
(define-module (2d scene)
#:use-module (srfi srfi-9)
- #:export (make-scene
+ #:export (<scene>
+ make-scene
scene?
scene-name
scene-init