table of contents
other versions
| Mix_Version(3) | SDL_mixer3 FUNCTIONS | Mix_Version(3) |
NAME¶
Mix_Version - This function gets the version of the dynamically linked SDL_mixer library.
HEADER FILE¶
Defined in SDL3_mixer/SDL_mixer.h
SYNOPSIS¶
#include "SDL3_mixer/SDL_mixer.h"
int Mix_Version(void);
RETURN VALUE¶
Returns SDL_mixer version.
AVAILABILITY¶
This function is available since SDL_mixer 3.0.0.
| SDL_mixer 3.0.0 | SDL_mixer |