File ManusSDKVersion.hpp
File List > api > cppSDK > SDKBase > ManusSDKVersion.hpp
Go to the documentation of this file
#ifndef __MANUS_SDK_VERSION_HPP__
#define __MANUS_SDK_VERSION_HPP__
struct ManusSDKVersion
{
const static uint32_t major = 3;
const static uint32_t minor = 0;
const static uint32_t patch = 0;
};
#endif