From 300131ca5a19d9de5250579d944a52b067b2d60b Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 5 Apr 2026 23:44:12 +0100 Subject: Rename prefix from downstroke/ to downstroke- --- engine.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engine.scm') 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 -- cgit v1.2.3