This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu/src/version.hpp

12 lines
223 B
C++
Raw Normal View History

#pragma once
namespace big
{
struct version
{
static const char* GIT_SHA1;
static const char* GIT_DATE;
static const char* GIT_COMMIT_SUBJECT;
static const char* GIT_BRANCH;
};
}