Macro pixset::pix [] [src]

macro_rules! pix {
    (tileset => $ts:expr;
     width => $w:expr;
     height => $h:expr;
     total => $t:expr;
     $($e:ident),+;
     $($ch:expr => $e2:ident),+;) => { ... };
}