X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync.scm;h=8b1eb9ee187e7e236892c6184ee5d165f1332846;hp=84cb6d0ab40536e4f1e7b60ac92c9a90e4a14712;hb=HEAD;hpb=d13325f5f6eba20c808636948432dcdff4e138f6 diff --git a/mudsync.scm b/mudsync.scm index 84cb6d0..8b1eb9e 100644 --- a/mudsync.scm +++ b/mudsync.scm @@ -1,5 +1,5 @@ ;;; Mudsync --- Live hackable MUD -;;; Copyright © 2016 Christopher Allan Webber +;;; Copyright © 2016 Christine Lemmer-Webber ;;; Copyright © 2012, 2014 Ludovic Courtès ;;; ;;; This file is part of Mudsync. @@ -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)