From 7c83fe7eeaac3736d5a59b270bbbbde59780e536 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 16 Jul 2024 16:21:37 +0200 Subject: item rendering and movement --- server/protocol/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/protocol/src/lib.rs') 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> = -- cgit v1.2.3-70-g09d2