aboutsummaryrefslogtreecommitdiff
path: root/engine.scm
diff options
context:
space:
mode:
Diffstat (limited to 'engine.scm')
-rw-r--r--engine.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine.scm b/engine.scm
index 69a30c7..783f259 100644
--- a/engine.scm
+++ b/engine.scm
@@ -1,4 +1,4 @@
-(module downstroke/engine *
+(module downstroke-engine *
(import scheme
(chicken base)
@@ -8,10 +8,10 @@
(prefix sdl2-image "img:")
(srfi 69)
defstruct
- downstroke/world
- downstroke/input
- downstroke/assets
- downstroke/renderer)
+ downstroke-world
+ downstroke-input
+ downstroke-assets
+ downstroke-renderer)
;; ── Game struct ────────────────────────────────────────────────────────────
;; defstruct auto-generates make-game, which we'll wrap with default values