Macro adi::models

source ·
macro_rules! models {
    ($window:expr, $( $x:expr ),*) => { ... };
}
Expand description

Macro to load models from files for the window.

The first model file listed is indexed 0, and each subsequent model increases by 1. See: sprites!() for example.