mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-14 18:55:01 +01:00
5 lines
92 B
Rust
5 lines
92 B
Rust
mod integration;
|
|
|
|
mod prelude {
|
|
pub(crate) use crate::integration::{ctx, elven_wald};
|
|
}
|