Sound_Version - Man Page
Information the version of SDL_sound in use.
Synopsis
#include <SDL_sound.h>
Data Fields
int major
int minor
int patch
Detailed Description
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).
- See also
SOUND_VERSION
Sound_GetLinkedVersion
Field Documentation
int Sound_Version::major
major revision
int Sound_Version::minor
minor revision
int Sound_Version::patch
patchlevel
Author
Generated automatically by Doxygen for SDL_sound from the source code.
Referenced By
The man pages Sound_Version::major(3), Sound_Version::minor(3) and Sound_Version::patch(3) are aliases of Sound_Version(3).
Version unknown version (build with 'make docs' next time!) SDL_sound