(This function is part of SDL_sound, a separate library from SDL.)

SDL_SOUND_VERSION

This is the version number macro for the current SDL_sound version.

Header File

Defined in <SDL3_sound/SDL_sound.h>

Syntax

#define SDL_SOUND_VERSION \
    SDL_VERSIONNUM(SDL_SOUND_MAJOR_VERSION, SDL_SOUND_MINOR_VERSION, SDL_SOUND_MICRO_VERSION)

Version

This macro is available since SDL_sound 3.0.0.

See Also


CategoryAPI, CategoryAPIMacro, CategorySDLSound