Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_desc
Method · 0.85
InitMainThread
Method · 0.85
dfhack_save_crashlog
Function · 0.85
Open
Method · 0.85
GetVersion
Function · 0.85
load
Method · 0.85
save
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected