LinkedVersion:lib_sdl — ordinary primitive
[SDL]
SDL_LinkedVersion
( -- SDL_versionnum )( | ) ; |
; |
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);