diff options
Diffstat (limited to 'examples/coroutine.scm')
-rw-r--r-- | examples/coroutine.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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) |