#include <SDL_sound.h>
Public Attributes | |
| int | major |
| major revision | |
| int | minor |
| minor revision | |
| int | patch |
| patchlevel | |
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).
Definition at line 204 of file SDL_sound.h.
|
|
major revision
Definition at line 206 of file SDL_sound.h. |
|
|
minor revision
Definition at line 207 of file SDL_sound.h. |
|
|
patchlevel
Definition at line 208 of file SDL_sound.h. |
1.4.2