From be95ac14a8ca62c505028707bb9be1b3c71c5455 Mon Sep 17 00:00:00 2001 From: Audrey L Fuller Date: Thu, 30 Oct 2025 17:16:55 +0000 Subject: Wave function collapse --- dungeon/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dungeon/src/lib.rs') diff --git a/dungeon/src/lib.rs b/dungeon/src/lib.rs index 0e1a501..39d7c60 100644 --- a/dungeon/src/lib.rs +++ b/dungeon/src/lib.rs @@ -1,11 +1,12 @@ //! The `dungon` crate contains the core functionality for //! interacting with a `Dungeon` and its components. +mod bsp; mod entity; mod map; mod pos; -mod wfc; +pub use bsp::*; pub use entity::*; pub use map::*; pub use pos::*; -- cgit v1.2.3-freya