X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync.scm;h=1b024f9394a41f2df8bab473bda6a05b96d22310;hp=31caf486acbfd8a470b947bef2df28fe6660ebe4;hb=1c10b6fdd8662522b6a2103f7ad59c588acfa2dc;hpb=136ce3b725c83af0b7e8be632e943de6b07b65c5 diff --git a/mudsync.scm b/mudsync.scm index 31caf48..1b024f9 100644 --- a/mudsync.scm +++ b/mudsync.scm @@ -18,7 +18,7 @@ ;;; along with Mudsync. If not, see . (define-module (mudsync) - #:use-module (8sync systems actors) + #:use-module (8sync actors) #:use-module (8sync agenda) #:use-module (ice-9 format) #:use-module (ice-9 match) @@ -35,7 +35,9 @@ command player room - run-game)) + run-game + utils + parser)) (for-each (let ((i (module-public-interface (current-module)))) (lambda (m)