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