logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_VERSION - This is the version number macro for the current SDL version.

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)

See Also