Debuggin the fomod feature & adding the framework for basic error handling in the fomod code.

Still need to do proper error handling but at least we can easly catch the errors.
This commit is contained in:
Marc
2022-09-26 08:56:05 +02:00
parent f93e93943d
commit 825a232d5a
6 changed files with 333 additions and 73 deletions
+1 -1
View File
@@ -67,6 +67,6 @@ typedef struct FOMod {
int condFilesCount;
} FOMod_t;
void freeFOMod(FOMod_t * fomod);
int installFOMod(const char * modFolder, const char * destination);
#endif