MCPcopy Create free account
hub / github.com/DFHack/dfhack / dfhack_version

Function dfhack_version

library/DFHackVersion.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 return DFHACK_ABI_VERSION;
11 }
12 const char *dfhack_version()
13 {
14 return DFHACK_VERSION;
15 }
16 const char *df_version()
17 {
18 return DF_VERSION;

Callers 7

dfhack_version_descMethod · 0.85
InitMainThreadMethod · 0.85
dfhack_save_crashlogFunction · 0.85
OpenMethod · 0.85
GetVersionFunction · 0.85
loadMethod · 0.85
saveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected