mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
19 lines
335 B
C++
19 lines
335 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
#include <string>
|
|
|
|
namespace scwx
|
|
{
|
|
namespace qt
|
|
{
|
|
namespace main
|
|
{
|
|
|
|
const std::string kCommitString_ {"${commit_string}"};
|
|
const std::uint16_t kCopyrightYear_ {${copyright_year}u};
|
|
const std::string kVersionString_ {"${version_string}"};
|
|
|
|
} // namespace main
|
|
} // namespace qt
|
|
} // namespace scwx
|