dungen_minion_geometry 0.3.2

Geometry support for dungen_minion.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// External includes.

// Standard includes.

// Internal includes.

/// Defines whether something is included.
#[derive(Copy, Clone, Debug)]
pub enum Inclusion {
    /// Include the item.
    Include,
    /// Do not include the item.
    Exclude,
}