[][src]Macro macroquad::warn

macro_rules! warn {
    (target : $ target : expr, $ ($ arg : tt) +) => { ... };
    ($ ($ arg : tt) +) => { ... };
}