rust/landgen/src/outline_template_based/mod.rs
author unC0Rr
Mon, 13 Feb 2023 12:31:30 +0100
branchtransitional_engine
changeset 15922 da6b67f13c12
parent 15921 5f00829c55ec
permissions -rw-r--r--
Refactor mapgen to allow for easy switching between generators
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15921
5f00829c55ec Refactor landgen package structure
unC0Rr
parents:
diff changeset
     1
mod outline;
5f00829c55ec Refactor landgen package structure
unC0Rr
parents:
diff changeset
     2
pub mod outline_template;
15922
da6b67f13c12 Refactor mapgen to allow for easy switching between generators
unC0Rr
parents: 15921
diff changeset
     3
pub mod template_based;