Sound_Version

Langue: en

Autres versions - même langue

Version: 383127 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Sound_Version -

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::majormajor revision

int Sound_Version::minorminor revision

int Sound_Version::patchpatchlevel

Author

Generated automatically by Doxygen for SDL_sound from the source code.