![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <iomanip>#include <iostream>#include <locale>#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | utils |
Macros | |
| #define | ATLASGAMEMANAGER_VERSION_HPP |
| #define | ATLAS_VERSION_STRING ATLAS_GIT_TAG "-" ATLAS_GIT_REVISION_BRIEF " | " ATLAS_GIT_BRANCH |
Functions | |
| const QString | utils::version_string_qt () |
Variables | |
| constexpr std::string_view | utils::version_string { ATLAS_VERSION_STRING } |
| constexpr std::string_view | utils::git_branch { ATLAS_GIT_BRANCH } |
| constexpr std::string_view | utils::git_revision { ATLAS_GIT_REVISION } |
| constexpr std::string_view | utils::git_rev_brief { ATLAS_GIT_REVISION_BRIEF } |
| constexpr std::string_view | utils::git_tag { ATLAS_GIT_TAG } |
| constexpr std::string_view | utils::git_time { ATLAS_GIT_CREATED_TIME } |
| #define ATLAS_VERSION_STRING ATLAS_GIT_TAG "-" ATLAS_GIT_REVISION_BRIEF " | " ATLAS_GIT_BRANCH |
| #define ATLASGAMEMANAGER_VERSION_HPP |