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 677 by alloc, Sat Mar 2 23:46:33 2013 UTC vs.
Revision 689 by alloc, Mon Mar 4 15:52:19 2013 UTC

# Line 10 | Line 10
10  
11   bool DDrPatch_MakeJump(void* from, void* to);
12   bool DDrPatch_MakeCall(void* from, void* to);
13 < bool DDrPatch_String(char* dest, const char* string, int length);
14 < bool DDrPatch_Byte(char* dest, char value);
15 < bool DDrPatch_Int32(int* dest, int value);
16 < bool DDrPatch_Int16(short* dest, short value);
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);
16 > bool DDrPatch_Int16(short* dest, unsigned short value);
17   bool DDrPatch__strdup(int* dest, const char* value);
18   bool DDrPatch_NOOP(char* dest, unsigned int length);
19  

Diff Legend

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