From c2085be2dd2a0cb3da05991847e35080915e547e Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Sat, 18 Apr 2026 05:49:34 +0100 Subject: rename modules --- docs/input.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/input.org') diff --git a/docs/input.org b/docs/input.org index 81ff65e..a7f7fc5 100644 --- a/docs/input.org +++ b/docs/input.org @@ -15,10 +15,10 @@ through =game-input=. * The minimum you need #+begin_src scheme -(import downstroke-engine - downstroke-input - downstroke-world - downstroke-entity) +(import (downstroke engine) + (downstroke input) + (downstroke world) + (downstroke entity)) (game-run! (make-game -- cgit v1.2.3