SDL_MIXER_VERSION_ATLEAST

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool SDL_MIXER_VERSION_ATLEAST(ubyte X, ubyte Y, ubyte Z)
    pragma(inline, true) @nogc nothrow
    static if(bindSDLMixer)
    bool
    SDL_MIXER_VERSION_ATLEAST
    (
    ubyte X
    ,
    ubyte Y
    ,
    ubyte Z
    )
  2. eponymoustemplate SDL_MIXER_VERSION_ATLEAST(ubyte X, ubyte Y, ubyte Z)

Meta