You can now kiss the frog!
[mudsync.git] / mudsync.scm
index 810f6d45040042b63d6ddd16f789bfb08b8a14ec..8b1eb9ee187e7e236892c6184ee5d165f1332846 100644 (file)
@@ -1,5 +1,5 @@
 ;;; Mudsync --- Live hackable MUD
-;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2012, 2014 Ludovic Courtès <ludo@gnu.org>
 ;;;
 ;;; This file is part of Mudsync.
@@ -35,7 +35,9 @@
         command
         player
         room
-        run-game))
+        run-game
+        utils
+        parser))
 
     (for-each (let ((i (module-public-interface (current-module))))
                 (lambda (m)