antara::gaming::core

constexpr const char *antara::gaming::version()

Function that allows us to find the current version of the SDK.

Example:

#include <iostream>
#include <antara/gaming/core/version.hpp>

void print_version() {
    std::cout << antara::gaming::version() << std::endl;
}
Return

the current version of the SDK as a const char *

Note

The result of this function can be deduced at compile-time.