From bc0852b15c6d8ddb8a08f9abf85e3f1697690336 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 17 Jul 2013 19:11:07 -0400 Subject: Use init-2d in all examples. --- examples/coroutine.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/coroutine.scm') diff --git a/examples/coroutine.scm b/examples/coroutine.scm index 0c6f3b4..bb3f6ab 100644 --- a/examples/coroutine.scm +++ b/examples/coroutine.scm @@ -12,6 +12,8 @@ (2d agenda) (2d coroutine)) +(init-2d) + (define window-width 800) (define window-height 600) (define sprite #f) -- cgit v1.2.3