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

Function DebugGraph_Initialize

Descent3/debuggraph.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void DebugGraph_Initialize(void) {
196 atexit(DebugGraph_Free);
197 DebugGraphNode_root = NULL;
198 graph_bmp = -1;
199 graph_mask = 0;
200 graph_num_nodes = 0;
201}
202
203int DebugGraph_Add(int min, int max, const char *name, int flags) {
204 tAddDebugGraph data;

Callers 1

InitIOSystemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected