Information the version of SDL_sound in use. More...
#include <SDL_sound.h>
Public Attributes | |
int | major |
int | minor |
int | patch |
Information the version of SDL_sound in use.
Represents the library's version as three levels: major revision (increments with massive changes, additions, and enhancements), minor revision (increments with backwards-compatible changes to the major revision), and patchlevel (increments with fixes to the minor revision).
Definition at line 182 of file SDL_sound.h.
major revision
Definition at line 184 of file SDL_sound.h.
minor revision
Definition at line 185 of file SDL_sound.h.
patchlevel
Definition at line 186 of file SDL_sound.h.