Trait shadowcast::OutputGrid [] [src]

pub trait OutputGrid {
    fn see(&mut self, coord: Coord, bitmap: DirectionBitmap, time: u64);
}

Required Methods

Implementors