aboutsummaryrefslogtreecommitdiff
path: root/server/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/lib.rs')
-rw-r--r--server/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/lib.rs b/server/src/lib.rs
index f2fdfbe6..cec288ae 100644
--- a/server/src/lib.rs
+++ b/server/src/lib.rs
@@ -23,6 +23,7 @@ pub mod network;
pub mod scoreboard;
pub mod server;
pub mod state;
+pub mod vote;
use hurrycurry_protocol::glam::Vec2;
use rand::random;