Query the version of SDL_rtf that the program is linked against.
Defined in SDL_rtf.h
const SDL_Version * RTF_Linked_Version(void);
Returns a pointer to the version information.
This function gets the version of the dynamically linked SDL_rtf library. This is separate from the SDL_RTF_VERSION() macro, which tells you what version of the SDL_rtf headers you compiled against.
This returns static internal data; do not free or modify it!
This function is available since SDL_rtf 3.0.0.