Init
This commit is contained in:
8
DependentExtensions/Autopatcher/ApplyPatch.h
Normal file
8
DependentExtensions/Autopatcher/ApplyPatch.h
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
* This file was taken from RakNet 4.082 without any modifications.
|
||||
* Please see licenses/RakNet license.txt for the underlying license and related copyright.
|
||||
*/
|
||||
|
||||
/// Apply \a patch to \a old. Will return the new file in \a _new which is allocated for you.
|
||||
bool ApplyPatch( char *old, unsigned int oldsize, char **_new, unsigned int *newsize, char *patch, unsigned int patchsize );
|
||||
|
||||
Reference in New Issue
Block a user