|
SDL_sound
1.0.1
|
Information the version of SDL_sound in use. More...
#include <SDL_sound.h>
Data Fields | |
| 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).
| int Sound_Version::major |
major revision
| int Sound_Version::minor |
minor revision
| int Sound_Version::patch |
patchlevel
1.8.13