summaryrefslogtreecommitdiff
path: root/examples/common.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common.scm')
-rw-r--r--examples/common.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/common.scm b/examples/common.scm
index 8b1263d..b9675eb 100644
--- a/examples/common.scm
+++ b/examples/common.scm
@@ -23,6 +23,7 @@
(2d signal)
(2d window))
+(open-window)
(add-hook! key-press-hook (lambda (key unicode)
(when (eq? key 'escape)
(quit-game))))