ass_library_version method
\brief Return the version of library. This returns the value LIBASS_VERSION was set to when the library was compiled. \return library version
Implementation
int ass_library_version() {
return _ass_library_version();
}
\brief Return the version of library. This returns the value LIBASS_VERSION was set to when the library was compiled. \return library version
int ass_library_version() {
return _ass_library_version();
}