macro_rules! load_board_data {
($path:expr, $(($name:literal, $ty:expr)),* $(,)?) => { ... };
}Expand description
And macro to load a board statically
Used for loading static assets
macro_rules! load_board_data {
($path:expr, $(($name:literal, $ty:expr)),* $(,)?) => { ... };
}And macro to load a board statically
Used for loading static assets