[][src]Macro macroquad::info

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