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

Function ddio_ForceLoadProject

ddio/lnxforcefeedback.cpp:289–289  ·  view source on GitHub ↗

Given a filename resource, this loads the file and creates a resource for it. It returns a handle to that resource. If it returns NULL, then it couldn't load the project. Make sure device is aquired before calling.

Source from the content-addressed store, hash-verified

287// If it returns NULL, then it couldn't load the project.
288// Make sure device is aquired before calling.
289FORCEPROJECT ddio_ForceLoadProject(char *filename, tDevice dev) { return NULL; }
290
291// Unloads a FORCEPROJECT file
292void ddio_ForceUnloadProject(FORCEPROJECT prj) {}

Callers 1

ForceEffectsInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected