MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetVersionString

Function GetVersionString

source/common/utility/gitinfo.cpp:55–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55const char *GetVersionString()
56{
57 if (GetGitDescription()[0] == '\0')
58 {
59 return VERSIONSTR;
60 }
61 else
62 {
63 return GIT_DESCRIPTION;
64 }
65}

Callers 14

WriteSavegameFunction · 0.85
WritePNGfileFunction · 0.85
WriteCommentHeaderMethod · 0.85
System_CrashInfoFunction · 0.85
UpdateLanguageMethod · 0.85
C_DrawConsoleFunction · 0.85
CCMDFunction · 0.85
mainFunction · 0.85
Unix_I_FatalErrorFunction · 0.85
CreateWindowFunction · 0.85
I_SetWindowTitleFunction · 0.85
SetWindowTitleMethod · 0.85

Calls 1

GetGitDescriptionFunction · 0.85

Tested by

no test coverage detected