summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 483198a..92912c2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -25,8 +25,12 @@ mod template;
mod roomtemplate;
mod savestate;
mod defaultencyclopedia;
+mod playerstate;
+mod playerid;
pub use self::pos::Pos;
+pub use self::playerid::PlayerId;
+
use self::gameserver::GameServer;
use self::server::unixserver::UnixServer;
use self::server::tcpserver::TcpServer;