wiki.icculus.org
[ front page | index | search | recent changes | git repo | offline html ]
(This function is part of SDL_sound, a separate library from SDL.)

SDL_SOUND_VERSION_ATLEAST

This macro will evaluate to true if compiled with SDL_net at least X.Y.Z.

Header File

Defined in <SDL3_sound/SDL_sound.h>

Syntax

#define SDL_SOUND_VERSION_ATLEAST(X, Y, Z) \
    ((SDL_SOUND_MAJOR_VERSION >= X) && \
     (SDL_SOUND_MAJOR_VERSION > X || SDL_SOUND_MINOR_VERSION >= Y) && \
     (SDL_SOUND_MAJOR_VERSION > X || SDL_SOUND_MINOR_VERSION > Y || SDL_SOUND_MICRO_VERSION >= Z))

Version

This macro is available since SDL_net 3.0.0.


CategoryAPI, CategoryAPIMacro, CategorySDLSound


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.