macro_rules! utile {
($x:expr, $y:expr, $z:expr) => { ... };
}Expand description
Tile macro to create a new tile.
- do you need this? probably not
- Did I write to figure out how to write a macro? yes
macro_rules! utile {
($x:expr, $y:expr, $z:expr) => { ... };
}Tile macro to create a new tile.