From 2a75c88de470a173067feee4df80cd8e3fb7a641 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sun, 5 Apr 2026 15:34:21 +0100 Subject: Cleanup and egg! --- input.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input.scm') diff --git a/input.scm b/input.scm index db581f0..e6b8940 100644 --- a/input.scm +++ b/input.scm @@ -1,4 +1,4 @@ -(module input +(module downstroke/input * (import scheme @@ -9,7 +9,7 @@ (only srfi-197 chain) (prefix sdl2 sdl2:) simple-logger - entity + downstroke/entity defstruct) ;; Input configuration record -- cgit v1.2.3