aboutsummaryrefslogtreecommitdiff
path: root/demo/getting-started.scm
diff options
context:
space:
mode:
Diffstat (limited to 'demo/getting-started.scm')
-rw-r--r--demo/getting-started.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/demo/getting-started.scm b/demo/getting-started.scm
index 07014d9..c253797 100644
--- a/demo/getting-started.scm
+++ b/demo/getting-started.scm
@@ -4,11 +4,11 @@
(import scheme
(chicken base)
(only (list-utils alist) plist->alist)
- downstroke-engine
- downstroke-world
- downstroke-entity
- downstroke-input
- downstroke-scene-loader)
+ (downstroke engine)
+ (downstroke world)
+ (downstroke entity)
+ (downstroke input)
+ (downstroke scene-loader))
(define +speed+ 2)