MCPcopy Create free account
hub / github.com/AdRoll/rustenstein / Map

Class Map

src/map.rs:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27#[derive(Debug, Clone)]
28pub struct Map {
29 plane0: [[u16; MAP_HEIGHT]; MAP_WIDTH],
30 plane1: [[u16; MAP_HEIGHT]; MAP_WIDTH],
31 pub name: String,
32}
33
34impl Map {
35 pub fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected