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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user