Xavia SDK c++ API 2.1.0
API description of the xavia library
Loading...
Searching...
No Matches
version.h
1#pragma once
2
3#include "xmsdk_export.h"
4#include <string>
5
6namespace xavia::sdk
7{
12 std::string XMSDK_EXPORT GetVersion();
13}