Macro adi::models[]

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

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.