carb::GetFrameworkVersionFn

Defined in carb/Types.h

typedef Version (*carb::GetFrameworkVersionFn)()

Required. Returns the plugin’s required carb::Framework version.

Use CARB_PLUGIN_IMPL to have this function generated for your plugin.

Most users will not have a need to define this function, as it is defined by default via CARB_PLUGIN_IMPL.

See

Exported as kCarbGetFrameworkVersionFnName