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

Function dfhack_abi_version

library/DFHackVersion.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace DFHack {
7 namespace Version {
8 int dfhack_abi_version()
9 {
10 return DFHACK_ABI_VERSION;
11 }
12 const char *dfhack_version()
13 {
14 return DFHACK_VERSION;

Callers 1

loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected