ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Patch.h
(Generate patch)

Comparing Daodan/src/Daodan_Patch.h (file contents):
Revision 692 by alloc, Thu Mar 7 17:26:13 2013 UTC vs.
Revision 983 by alloc, Sun Mar 16 20:06:52 2014 UTC

# Line 9 | Line 9
9  
10   bool DDrPatch_MakeJump(void* from, void* to);
11   bool DDrPatch_MakeCall(void* from, void* to);
12 + void* DDrPatch_MakeDetour(void* from, void* to);
13   bool DDrPatch_String(char* dest, const unsigned char* string, int length);
14   bool DDrPatch_Byte(char* dest, unsigned char value);
15   bool DDrPatch_Int32(int* dest, unsigned int value);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)