WVR_GetWaveSDKVersion

WVR_EXPORT uint32_t WVR_GetWaveSDKVersion()

Get the sdk version.

Return
refer the sdk version, equal 0 is error

How to use

Here is an example for the function:

#include <wvr/wvr.h>

uint32_t version;
version = WVR_GetWaveSDKVersion();