X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync.scm;h=1b024f9394a41f2df8bab473bda6a05b96d22310;hp=84cb6d0ab40536e4f1e7b60ac92c9a90e4a14712;hb=7219c749ff9bec14f0dc0e69d739da8281b30d71;hpb=d13325f5f6eba20c808636948432dcdff4e138f6 diff --git a/mudsync.scm b/mudsync.scm index 84cb6d0..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) @@ -32,10 +32,12 @@ '(game-master gameobj networking - parser + command player room - run-game)) + run-game + utils + parser)) (for-each (let ((i (module-public-interface (current-module)))) (lambda (m)