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

Function Debug_LogClose

ddebug/debug.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void Debug_LogClose() {
50 if (Debug_logfile) {
51 Debug_LogWrite("\nEND LOG");
52 fclose(Debug_logfile);
53 Debug_logfile = nullptr;
54 }
55}

Callers

nothing calls this directly

Calls 1

Debug_LogWriteFunction · 0.85

Tested by

no test coverage detected