Macro allegro::allegro_main [] [src]

macro_rules! allegro_main {
    (^tt_expander $e:expr) => { ... };
    ($($x:tt)*) => { ... };
}