From 238800cded9aa2df6748de1ba3b6f86fffb83821 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 4 Nov 2013 06:38:45 -0500 Subject: Merge game-loop module with game module. --- 2d/repl/repl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2d/repl') diff --git a/2d/repl/repl.scm b/2d/repl/repl.scm index 4ff8f52..df0b8fe 100644 --- a/2d/repl/repl.scm +++ b/2d/repl/repl.scm @@ -30,7 +30,7 @@ #:use-module (system repl command) #:use-module (ice-9 control) #:use-module (2d mvars) - #:use-module (2d game-loop) + #:use-module (2d game) #:export (repl-input-mvar repl-output-mvar start-repl run-repl)) -- cgit v1.2.3