summaryrefslogtreecommitdiff
path: root/game_server/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'game_server/src/main.rs')
-rw-r--r--game_server/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/game_server/src/main.rs b/game_server/src/main.rs
index ab73a97..a6cc608 100644
--- a/game_server/src/main.rs
+++ b/game_server/src/main.rs
@@ -1,5 +1,6 @@
mod group;
mod scribble_group;
+mod webhogg_group;
mod lobby;
mod server;
mod backend_connection;