From 58319f04f239ab4a81b4eb878ad987fe453fef9e Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:20 +0100 Subject: feat(levels): coord system types and swizzling the room is now the right way up! yay! --- stockton-levels/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stockton-levels/src/lib.rs') diff --git a/stockton-levels/src/lib.rs b/stockton-levels/src/lib.rs index aef802e..3026b9d 100644 --- a/stockton-levels/src/lib.rs +++ b/stockton-levels/src/lib.rs @@ -25,4 +25,5 @@ pub mod q3; pub mod types; pub mod traits; pub mod prelude; -pub mod features; \ No newline at end of file +pub mod features; +pub mod coords; \ No newline at end of file -- cgit v1.2.3