#include <Patcher.h>
Public Member Functions | |
int | GeneratePatch (const char *sourcePath, const char *newPath, const char *patchPath) |
bool | PatchFile (const char *sourcePath, const char *patchPath, const char *destinationPath) |
|
Generates a patch from sourcePath compared with newPath and stores the result in patchPath.
|
|
Combines a file from sourcePath with a patch file from patchPath and stores the resultant file in destinationPath.
|