1
2
3
4
5
6
7
8
//! A collection of map generators.
//! 
//! The generators are implemented for the following types of maps:
//!   * Dungeon maps
//! 
 
pub mod common;
pub mod dungeon;