Function Macro
TalkatuVERSION_CHECK
Declaration [src]
#define TALKATU_VERSION_CHECK (
major,
minor,
micro
)
Description [src]
A simple macro that will return true if the version of Talkatu that’s being compiled against is newer than the provided version.
This function is not directly available to language bindings.