DRAFT |
SDL_COMPILEDVERSION
Use this macro to get the current SDL version number (major.minor.patchlevel).
-or-
A macro that produces the current SDL version number (major.minor.patchlevel)
green
Contents
Syntax
SDL_COMPILEDVERSION \
SDL_VERSIONNUM(SDL_MAJOR_VERSION,
SDL_MINOR_VERSION,
SDL_PATCHLEVEL)
green
Macro Parameters
SDL_MAJOR_VERSION |
the major version number |
SDL_MINOR_VERSION |
the minor version number |
SDL_PATCHLEVEL |
the update version number |
Return Value
green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Macros
