mirror of
https://github.com/halpz/re3.git
synced 2025-11-21 12:57:00 +00:00
Remove version text, add toggleable debug info(with commit hash!)
This commit is contained in:
2
src/extras/GitSHA1.cpp
Normal file
2
src/extras/GitSHA1.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
#define GIT_SHA1 ""
|
||||
const char* g_GIT_SHA1 = GIT_SHA1;
|
||||
1
src/extras/GitSHA1.h
Normal file
1
src/extras/GitSHA1.h
Normal file
@@ -0,0 +1 @@
|
||||
extern const char* g_GIT_SHA1;
|
||||
Reference in New Issue
Block a user