mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 13:26:58 +03:00
Move all the things (YES. Move them.)
Also, implemented some basic modlist logic, to be wired up.
This commit is contained in:
parent
77e8066542
commit
253067c782
184 changed files with 414 additions and 345 deletions
|
|
@ -1,27 +0,0 @@
|
|||
#ifndef _BSPATCH_H
|
||||
#define _BSPATCH_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
enum BSPatchError
|
||||
{
|
||||
ERR_CORRUPT_PATCH,
|
||||
ERR_OTHER,
|
||||
ERR_NONE,
|
||||
};
|
||||
|
||||
/**
|
||||
* patch oldfile by using patchfile and write the output to newfile.
|
||||
*
|
||||
* Returns ERR_NONE if successful
|
||||
*/
|
||||
int bspatch(const char * oldfile, const char * newfile, const char * patchfile);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue