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

Function ddio_InternalInit

ddio/lnxio.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78// ----------------------------------------------------------------------------
79
80bool ddio_InternalInit(ddio_init_info *init_info) {
81 mprintf(0, "DDIO: ddio_InternalInit() called.");
82 Lnx_app_obj = (oeLnxApplication *)init_info->obj;
83 DDIO_init = true;
84 return true;
85}
86
87void ddio_InternalClose() {
88 mprintf(0, "DDIO: ddio_InternalClose() called.");

Callers 1

ddio_InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected