summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-02-04 10:47:36 +0100
committertroido <troido@protonmail.com>2020-02-04 10:47:36 +0100
commitfd5287ef07f22445cb7dd272e84e60d7de868dab (patch)
treefcf041bb206675e07d96e47e200ceea87c4767d2 /src/main.rs
parent057f38d6933207fb2e39c32f94269db83e7f1db2 (diff)
refactored assemblage and assemblages out of each other
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index b1d30bb..646d2f3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -15,6 +15,7 @@ mod resources;
mod systems;
mod worldmessages;
mod pos;
+mod assemblage;
use self::gameserver::GameServer;
use self::server::unixserver::UnixServer;