WVR_GetWaveSDKVersion

WVR_EXPORT uint32_t WVR_GetWaveSDKVersion()

Get the SDK version.

Return
Retrieves the SDK version. It is considered an error if the returned value is 0.
Version
API Level 1

How to use

Here is an example for the function:

#include <wvr/wvr.h>

uint32_t version;
version = WVR_GetWaveSDKVersion();