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- --- input.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input.scm') diff --git a/input.scm b/input.scm index e6b8940..94b29ed 100644 --- a/input.scm +++ b/input.scm @@ -1,4 +1,4 @@ -(module downstroke/input +(module downstroke-input * (import scheme @@ -9,7 +9,7 @@ (only srfi-197 chain) (prefix sdl2 sdl2:) simple-logger - downstroke/entity + downstroke-entity defstruct) ;; Input configuration record -- cgit v1.2.3