My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
SDL_version Struct Reference

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

#include <SDL_version.h>

Public Attributes

Uint8 major
 
Uint8 minor
 
Uint8 patch
 

Detailed Description

Information the version of SDL 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
SDL_VERSION
SDL_GetVersion

Member Data Documentation

Uint8 SDL_version::major

major version

Uint8 SDL_version::minor

minor version

Uint8 SDL_version::patch

update version


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