DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Attributes
Sound_Version Struct Reference

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

#include <SDL_sound.h>

List of all members.

Public Attributes

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

Definition at line 182 of file SDL_sound.h.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: