Name

LinkedVersion:lib_sdl — ordinary primitive

Synopsis

[SDL]
SDL_LinkedVersion ( -- SDL_versionnum )(); 
 ;

Description

This function gets the version of the dynamically linked SDL library. it should NOT be used to fill a version structure, instead you should use the SDL_Version() macro. see SDL_LinkedVersion

 implementation applies the SDL_VERSIONNUM macro to
 extern DECLSPEC const SDL_version * SDL_Linked_Version(void);