Scroll to navigation

IMG_Linked_Version(3) SDL_image3 FUNCTIONS IMG_Linked_Version(3)

NAME

IMG_Linked_Version - This function gets the version of the dynamically linked SDL_image library.

SYNOPSIS

#include "SDL3_image/SDL_image.h"
const SDL_Version * IMG_Linked_Version(void);

DESCRIPTION

it should NOT be used to fill a version structure, instead you should use the SDL_IMAGE_VERSION() macro.

RETURN VALUE

Returns SDL_image version

SDL_image 3.0.0 SDL_image