Main Page | Data Structures | File List | Data Fields | Globals

Sound_Version Struct Reference

Information the version of SDL_sound in use. More...

#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


The documentation for this struct was generated from the following file:
Generated on Fri Jun 3 17:31:51 2005 for SDL_sound by  doxygen 1.3.9.1