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

Function ddio_InternalClose

ddio/lnxio.cpp:87–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void ddio_InternalClose() {
88 mprintf(0, "DDIO: ddio_InternalClose() called.");
89
90 if (DDIO_init) {
91 DDIO_init = false;
92 Lnx_app_obj = NULL;
93 } // if
94
95 mprintf(0, "DDIO: ddio_InternalClose() returning.");
96}
97
98void ddio_DebugMessage(unsigned err, char *fmt, ...) {
99 char buf[128];

Callers 2

ddio_CloseFunction · 0.85
just_exitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected