mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-21 17:36:18 +01:00
8 lines
135 B
C
8 lines
135 B
C
|
#ifndef VCS_INFO_H
|
||
|
#define VCS_INFO_H
|
||
|
|
||
|
extern const char *g_VCSInfo_Commit;
|
||
|
extern const char *g_VCSInfo_Branch;
|
||
|
|
||
|
#endif // VCS_INFO_H
|