mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 22:10:33 +00:00
Remove version text, add toggleable debug info(with commit hash!)
This commit is contained in:
parent
e98164ec41
commit
2c784d979a
9 changed files with 538 additions and 420 deletions
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;
|
Loading…
Add table
Add a link
Reference in a new issue