Macro adi_screen::sprites_fog[][src]

macro_rules! sprites_fog {
    ($window:expr, $( $x:expr ),*) => { ... };
}

Macro to create multiple fog-affected sprites in an array.

Example

See sprites!()