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

Function git_xml_match

library/DFHackVersion.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 bool git_xml_match()
51 {
52 #ifdef DFHACK_GIT_XML_MATCH
53 return true;
54 #else
55 return false;
56 #endif
57 }
58
59 bool is_release()
60 {

Callers 1

InitMainThreadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected