From b2fbd5116b66a3560639bdcbad914c52b43e878e Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:19 +0100 Subject: feat(types): add macro for generating entity mappers --- stockton-types/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stockton-types/src/lib.rs') diff --git a/stockton-types/src/lib.rs b/stockton-types/src/lib.rs index 7e6c9ea..0adf8a5 100644 --- a/stockton-types/src/lib.rs +++ b/stockton-types/src/lib.rs @@ -25,6 +25,8 @@ pub use entity_store::{EntityStore, Entity}; pub mod world; pub use world::World; +pub mod ent_map; + /// Alias for convenience pub type Vector2 = na::base::Vector2; /// Alias for convenience -- cgit v1.2.3