diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-11 23:49:09 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-02-12 19:09:23 +0100 |
commit | 2c784d979a88035176082edf986a2c02b9073338 (patch) | |
tree | c44455912d2de60f4c0381c035d44b997c525cbc /src/extras | |
parent | Sync aspect ratio setting with master (diff) | |
download | re3-2c784d979a88035176082edf986a2c02b9073338.tar re3-2c784d979a88035176082edf986a2c02b9073338.tar.gz re3-2c784d979a88035176082edf986a2c02b9073338.tar.bz2 re3-2c784d979a88035176082edf986a2c02b9073338.tar.lz re3-2c784d979a88035176082edf986a2c02b9073338.tar.xz re3-2c784d979a88035176082edf986a2c02b9073338.tar.zst re3-2c784d979a88035176082edf986a2c02b9073338.zip |
Diffstat (limited to 'src/extras')
-rw-r--r-- | src/extras/GitSHA1.cpp | 2 | ||||
-rw-r--r-- | src/extras/GitSHA1.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/extras/GitSHA1.cpp b/src/extras/GitSHA1.cpp new file mode 100644 index 00000000..3d1cd73e --- /dev/null +++ b/src/extras/GitSHA1.cpp @@ -0,0 +1,2 @@ +#define GIT_SHA1 "" +const char* g_GIT_SHA1 = GIT_SHA1; diff --git a/src/extras/GitSHA1.h b/src/extras/GitSHA1.h new file mode 100644 index 00000000..359bfaff --- /dev/null +++ b/src/extras/GitSHA1.h @@ -0,0 +1 @@ +extern const char* g_GIT_SHA1;
\ No newline at end of file |