SDL_VERSION - This is the version number macro for the current SDL version.
Contents
Availability
This macro is available since SDL 3.2.0.
Name
SDL_VERSION - This is the version number macro for the current SDL version.
See Also
SDL_GetVersion(3) Simple Directmedia Layer SDL 3.2.20 SDL_VERSION(3)
Synopsis
#include<SDL3/SDL_version.h>#defineSDL_VERSION\SDL_VERSIONNUM(SDL_MAJOR_VERSION,SDL_MINOR_VERSION,SDL_MICRO_VERSION)
