Macro allegro::flags []

macro_rules! flags {
    ( $ f : ident { $ ( $ n : ident = $ v : expr ) , * } ) => { ... };
}