Trait prototty::ViewGrid

source ·
pub trait ViewGrid {
    fn set_cell(&mut self, coord: Coord, depth: i32, info: ViewCell);
}
Expand description

A grid of cells

Required Methods

Implementors