[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
const SDL_version *TTF_Linked_Version()
void SDL_TTF_VERSION(SDL_version *compile_version)
This works similar to SDL_Linked_Version
and SDL_VERSION.
Using these you can compare the runtime version to the version that you compiled with.
No prior initialization needs to be done before these function/macros are used.
|
See Also:
3.1.2 TTF_Init