summaryrefslogtreecommitdiff
path: root/examples/coroutine.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2013-07-22 19:33:36 -0400
committerDavid Thompson <dthompson2@worcester.edu>2013-07-22 19:33:36 -0400
commit5897dc466ca264576acf342c13448b8dcee353bd (patch)
treecbe4d0f3d8182d70da65f688336d3b117519ddcf /examples/coroutine.scm
parent7a4ecf0b8cf11cf219fef36c00b188c9750dd4d9 (diff)
Update examples.
Diffstat (limited to 'examples/coroutine.scm')
-rw-r--r--examples/coroutine.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/coroutine.scm b/examples/coroutine.scm
index d2a53d3..2791944 100644
--- a/examples/coroutine.scm
+++ b/examples/coroutine.scm
@@ -1,9 +1,4 @@
-(use-modules (figl gl)
- (srfi srfi-1)
- (srfi srfi-9)
- (srfi srfi-42)
- (ice-9 format)
- (2d sprite)
+(use-modules (2d sprite)
(2d game-loop)
(2d window)
(2d helpers)