World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Структура SDL_version

Information the version of SDL in use. Подробнее...

#include <SDL_version.h>

Открытые атрибуты

Uint8 major
 
Uint8 minor
 
Uint8 patch
 

Подробное описание

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).

См. также
SDL_VERSION
SDL_GetVersion

См. определение в файле SDL_version.h строка 51

Данные класса

◆ major

Uint8 SDL_version::major

major version

См. определение в файле SDL_version.h строка 53

◆ minor

Uint8 SDL_version::minor

minor version

См. определение в файле SDL_version.h строка 54

◆ patch

Uint8 SDL_version::patch

update version

См. определение в файле SDL_version.h строка 55


Объявления и описания членов структуры находятся в файле: