added comments to clearify what is in each rust file
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Geometric utilities and low-level layout helpers.
|
||||
* Provides logic for Manhattan distance, room overlap testing,
|
||||
* BFS-based shortest pathfinding, and custom deterministic RNG.
|
||||
*/
|
||||
|
||||
use super::types::{DungeonLayout, Room};
|
||||
use std::collections::{HashSet, VecDeque};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user