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