diff options
author | David Thompson <dthompson2@worcester.edu> | 2013-11-04 06:38:45 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2013-11-04 06:38:45 -0500 |
commit | 238800cded9aa2df6748de1ba3b6f86fffb83821 (patch) | |
tree | 742f5a0b804880d32bfc97e0095564ea90af73df /2d/repl | |
parent | e72cbea929a975ef64f1b043ed7913cf3daa6c20 (diff) |
Merge game-loop module with game module.
Diffstat (limited to '2d/repl')
-rw-r--r-- | 2d/repl/repl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |