(This function is part of SDL_image, a separate library from SDL.)

IMG_Linked_Version

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

Syntax

const SDL_version * IMG_Linked_Version(void);

Return Value

Returns SDL_image version

Remarks

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


CategoryAPI