mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 01:44:49 -05:00
Moving files from the "src/" folder into "src/legacy", "src/macro-core", and "src/utils" was necessary as it was becoming a bit too cluttered.
5 lines
148 B
C++
5 lines
148 B
C++
#include "version.h"
|
|
#define GIT_SHA1 "@GIT_SHA1@"
|
|
#define GIT_TAG "@GIT_TAG@"
|
|
const char g_GIT_SHA1[] = GIT_SHA1;
|
|
const char g_GIT_TAG[] = GIT_TAG; |