table of contents
other versions
Mix_Linked_Version(3) | SDL_mixer3 FUNCTIONS | Mix_Linked_Version(3) |
NAME¶
Mix_Linked_Version - Query the version of SDL_mixer that the program is linked against.
SYNOPSIS¶
#include "SDL3_mixer/SDL_mixer.h"
const SDL_Version * Mix_Linked_Version(void);
DESCRIPTION¶
This function gets the version of the dynamically linked SDL_mixer library. This is separate from the SDL_MIXER_VERSION() macro, which tells you what version of the SDL_mixer headers you compiled against.
This returns static internal data; do not free or modify it!
RETURN VALUE¶
Returns a pointer to the version information.
AVAILABILITY¶
This function is available since SDL_mixer 3.0.0.
SDL_mixer 3.0.0 | SDL_mixer |