Files
kiln/kiln-core/src/lib.rs
T

5 lines
163 B
Rust
Raw Normal View History

2026-05-30 20:20:09 -05:00
/// Core game types: [`game::Board`], [`game::Glyph`], [`game::Archetype`], etc.
pub mod game;
/// Map file loading and saving (`.toml` format).
pub mod map_file;