MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / DebugGraph_Enable

Function DebugGraph_Enable

Descent3/debuggraph.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void DebugGraph_Enable(int id) {
240 int bit = 0x01 << id;
241 graph_mask |= bit;
242}
243
244void DebugGraph_Disable(int id) {
245 int bit = 0x01 << id;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected