World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
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.h строка 51
Uint8 SDL_version::major |
major version
См. определение в файле SDL_version.h строка 53
Uint8 SDL_version::minor |
minor version
См. определение в файле SDL_version.h строка 54
Uint8 SDL_version::patch |
update version
См. определение в файле SDL_version.h строка 55