###### (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 [](https://github.com/icculus/SDL_sound/blob/main/include/SDL3_sound/SDL_sound.h) ## Syntax ```c #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 - [Sound_Version](Sound_Version) ---- [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro), [CategorySDLSound](CategorySDLSound)