diff options
Diffstat (limited to 'server/protocol/src/lib.rs')
-rw-r--r-- | server/protocol/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index 895af376..f2a6dd27 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -28,6 +28,8 @@ use std::{ pub use glam; +pub mod movement; + pub const VERSION: (u32, u32) = (1, 0); pub const BINCODE_CONFIG: Configuration<LittleEndian, Varint, Limit<4096>> = |